============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items / 2 errors / 2 deselected / 4 selected

ttl_delete_s3.py F

==================================== ERRORS ====================================
_____________________ ERROR collecting ttl_portion_size.py _____________________
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'

During handling of the above exception, another exception occurred:
contrib/python/pytest/py3/_pytest/runner.py:341: in from_call
    result: Optional[TResult] = func()
contrib/python/pytest/py3/_pytest/runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
contrib/python/pytest/py3/_pytest/python.py:531: in collect
    self._inject_setup_module_fixture()
contrib/python/pytest/py3/_pytest/python.py:545: in _inject_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
contrib/python/pytest/py3/_pytest/python.py:310: in obj
    self._obj = obj = self._getobj()
library/python/pytest/plugins/collection.py:57: in _getobj
    reraise(etype, type(exc)('{}\n{}'.format(exc, msg)), tb)
contrib/python/six/py3/six.py:723: in reraise
    raise value.with_traceback(tb)
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'
E   Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
_____________________ ERROR collecting ttl_portion_size.py _____________________
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'

During handling of the above exception, another exception occurred:
contrib/python/pytest/py3/_pytest/runner.py:341: in from_call
    result: Optional[TResult] = func()
contrib/python/pytest/py3/_pytest/runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
library/python/pytest/plugins/collection.py:67: in collect
    module = self._getobj()
library/python/pytest/plugins/collection.py:57: in _getobj
    reraise(etype, type(exc)('{}\n{}'.format(exc, msg)), tb)
contrib/python/six/py3/six.py:723: in reraise
    raise value.with_traceback(tb)
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'
E   Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
=================================== FAILURES ===================================
_____________ TestDeleteS3Ttl.test_data_unchanged_after_ttl_change _____________
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:223: in test_data_unchanged_after_ttl_change
    change_ttl_and_check(self.days_to_cool, days_to_medium, self.days_to_freeze)
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:215: in change_ttl_and_check
    raise Exception("not all data deleted")
E   Exception: not all data deleted
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_data_unchanged_after_ttl_change
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2129508
DEBUG    ya.test:process.py:259 Command (pid 2129508) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2129508) elapsed time (sec): 0.6691412925720215
DEBUG    ya.test:process.py:263 Command (pid 2129508) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) maxrss: 636176
DEBUG    ya.test:process.py:263 Command (pid 2129508) minflt: 37268
DEBUG    ya.test:process.py:263 Command (pid 2129508) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2129508) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2129508) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2129508) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2129508) stime: 0.14485199999999998
DEBUG    ya.test:process.py:263 Command (pid 2129508) utime: 0.460424
DEBUG    ya.test:process.py:263 Command (pid 2129508) wtime: 0.671
DEBUG    ya.test:process.py:275 Command (pid 2129508) output:
Git info:
    Commit: 4c3d9d4143db935b36381b8c094e80d4ad962e68
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 6bc65ef170473f3b47825f21f0536e6fbb1314e1 into eb4d8774dd0b72188e7bbcf0177fdd377135d7fd

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-etizk2qaui
    Host information: 
        Linux ghrun-etizk2qaui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/7599469156/bin/clang++
    Compiler version: 
        clang version 18.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/7599469156/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fexceptions -fno-common -ffunction-sections -fdata-sections -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -DSSE_ENABLED=1 -DSSE3_ENABLED=1 -DSSSE3_ENABLED=1 -DSSE41_ENABLED=1 -DSSE42_ENABLED=1 -DPOPCNT_ENABLED=1 -DCX16_ENABLED=1 -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2129508) errors:

INFO     __tests__.base:base.py:127 Git info:
    Commit: 4c3d9d4143db935b36381b8c094e80d4ad962e68
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 6bc65ef170473f3b47825f21f0536e6fbb1314e1 into eb4d8774dd0b72188e7bbcf0177fdd377135d7fd

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-etizk2qaui
    Host information: 
        Linux ghrun-etizk2qaui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/7599469156/bin/clang++
    Compiler version: 
        clang version 18.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/7599469156/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fexceptions -fno-common -ffunction-sections -fdata-sections -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -DSSE_ENABLED=1 -DSSE3_ENABLED=1 -DSSSE3_ENABLED=1 -DSSE41_ENABLED=1 -DSSE42_ENABLED=1 -DPOPCNT_ENABLED=1 -DCX16_ENABLED=1 -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14680
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14681
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:400 Working directory: /home/runner/.ya/build/build_root/dxkc/0001d7/r3tmp/kikimr_cluster__89szkci
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11655
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4113
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2150
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17539
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:247 Final command: /home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/node_1/logfile_b9q0et9b.log --grpc-port=11655 --mon-port=4113 --ic-port=14681
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:11655/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/node_1/logfile_b9q0et9b.log', '--grpc-port=11655', '--mon-port=4113', '--ic-port=14681')' in '/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2130273
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:11655/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:360 Executing command = ['/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11655', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14681\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11655', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14681\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2130510
DEBUG    ya.test:process.py:259 Command (pid 2130510) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2130510) elapsed time (sec): 0.5937321186065674
DEBUG    ya.test:process.py:263 Command (pid 2130510) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) maxrss: 698476
DEBUG    ya.test:process.py:263 Command (pid 2130510) minflt: 43626
DEBUG    ya.test:process.py:263 Command (pid 2130510) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2130510) nvcsw: 672
DEBUG    ya.test:process.py:263 Command (pid 2130510) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2130510) stime: 0.23429899999999998
DEBUG    ya.test:process.py:263 Command (pid 2130510) utime: 0.334113
DEBUG    ya.test:process.py:263 Command (pid 2130510) wtime: 0.595
DEBUG    ya.test:process.py:275 Command (pid 2130510) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2130510) errors:

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:360 Executing command = ['/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11655', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11655', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2130655
DEBUG    ya.test:process.py:259 Command (pid 2130655) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2130655) elapsed time (sec): 0.5384185314178467
DEBUG    ya.test:process.py:263 Command (pid 2130655) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) maxrss: 699300
DEBUG    ya.test:process.py:263 Command (pid 2130655) minflt: 43708
DEBUG    ya.test:process.py:263 Command (pid 2130655) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2130655) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2130655) nvcsw: 715
DEBUG    ya.test:process.py:263 Command (pid 2130655) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2130655) stime: 0.20449299999999998
DEBUG    ya.test:process.py:263 Command (pid 2130655) utime: 0.316395
DEBUG    ya.test:process.py:263 Command (pid 2130655) wtime: 0.54
DEBUG    ya.test:process.py:275 Command (pid 2130655) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 2130655) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:454 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:461 Cluster started and initialized
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, e212087a-343a-46e4-a6dc-efebbce41c09, localhost:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, e212087a-343a-46e4-a6dc-efebbce41c09, localhost:11655): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, e212087a-343a-46e4-a6dc-efebbce41c09, localhost:11655): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-etizk2qaui.auto.internal" port: 11655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-etizk2qaui.auto.internal:11655, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11655
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24650
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dxkc/0001d7/contrib/python/moto/bin/moto_server
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:24650
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=24650): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000217d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:24650
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=24650): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000b699f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:24650
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET / HTTP/1.1" 200 205
DEBUG    botocore.hooks:hooks.py:482 Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-call.apigateway to before-call.api-gateway
DEBUG    botocore.hooks:hooks.py:482 Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
DEBUG    botocore.hooks:hooks.py:482 Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
DEBUG    botocore.hooks:hooks.py:482 Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
DEBUG    botocore.hooks:hooks.py:482 Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
DEBUG    botocore.hooks:hooks.py:482 Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/boto3/py3/boto3/data/s3/2006-03-01/resources-1.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/endpoints.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/sdk-default-configuration.json
DEBUG    botocore.hooks:hooks.py:238 Event choose-service-name: calling handler <function handle_service_name_alias at 0x50e0006fc230>
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/endpoint-rule-set-1.json.gz
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/partitions.json
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x50e0006dd050>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x50e000f37690>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x50e0006dce90>
DEBUG    botocore.endpoint:endpoint.py:408 Setting s3 timeout as (60, 60)
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/_retry.json
DEBUG    botocore.client:client.py:282 Registering retry handlers for service: s3
DEBUG    botocore.utils:utils.py:1587 Registering S3 region redirector handler
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:s3
DEBUG    botocore.hooks:hooks.py:238 Event choose-service-name: calling handler <function handle_service_name_alias at 0x50e0006fc230>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x50e0006dd050>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x50e000f37690>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x50e0006dce90>
DEBUG    botocore.endpoint:endpoint.py:408 Setting s3 timeout as (60, 60)
DEBUG    botocore.client:client.py:282 Registering retry handlers for service: s3
DEBUG    botocore.utils:utils.py:1587 Registering S3 region redirector handler
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/cold/', 'url': 'http://localhost:24650/cold', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000424af0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'cold', 'params': {'Bucket': 'cold'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000424cb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040001366b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold

host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171504Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171504Z
20251126/us-east-1/s3/aws4_request
f8b9e10ad5a2d699d4097c9350ffc6cc90709a0ccd48055b36b032f4b7d5c55e
DEBUG    botocore.auth:auth.py:430 Signature:
31f7e16fdc1f03530d1f096c5b3c96c21072d41ee0b6371199c3621aa34f3a12
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:24650/cold, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251126T171504Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=31f7e16fdc1f03530d1f096c5b3c96c21072d41ee0b6371199c3621aa34f3a12', 'amz-sdk-invocation-id': b'd3722de0-ee7f-4aef-aeb1-9d691edc4b76', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:24650
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "PUT /cold HTTP/1.1" 200 158
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:04 GMT', 'x-amzn-requestid': 'rPHdtvAt4lAmEv2UmVLcup3uSzuU0OpxSKmIlwm2a4j7Vzc17JoU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '158', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>cold</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x5040003f1a70>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/frozen/', 'url': 'http://localhost:24650/frozen', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000424af0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'frozen', 'params': {'Bucket': 'frozen'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000424cb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040001366b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen

host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
d8163157649dbf735e486ee514201d8894f2eb89a3f804c711c7470fe0c736d3
DEBUG    botocore.auth:auth.py:430 Signature:
f0a10b1c48a11a062958f9daa206bfacd42cd89a94d179c6cd0a2f7f119b7d4c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:24650/frozen, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0a10b1c48a11a062958f9daa206bfacd42cd89a94d179c6cd0a2f7f119b7d4c', 'amz-sdk-invocation-id': b'0dfda128-9ef0-4187-a80c-17e1af9a807c', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "PUT /frozen HTTP/1.1" 200 160
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': 'I9pfXbuVFtTAQPLm15XS2Rmk35kfYu6xd7g8Kv5Wn2IGnV5dHyCq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '160', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>frozen</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x5040003f1a70>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: ttl_delete_s3.py::TestDeleteS3Ttl, test_name: test_data_unchanged_after_ttl_change)
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000424af0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000424cb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040001366b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold_uc

host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
ff091e46eb1ec6f01855938572c48f2f2313bd03c653f3456e51874200bb0ddb
DEBUG    botocore.auth:auth.py:430 Signature:
eedea8b78b41119bc58439925c61ac995ca8d3766d921e8fbc074ad6d6b2efa0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:24650/cold_uc, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eedea8b78b41119bc58439925c61ac995ca8d3766d921e8fbc074ad6d6b2efa0', 'amz-sdk-invocation-id': b'1456019a-532a-4fcd-972f-b7240df5df1d', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "PUT /cold_uc HTTP/1.1" 200 161
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': 'YGddQvqa0aqWw4xaoyukUKRdaD8uWImoQx91b0a6bWT87g8AfYRX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '161', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>cold_uc</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x5040003f1a70>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000424af0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000424cb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040001366b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen_uc

host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
f2ebf67fff948ee1e3876a17caf34637967d35bd0c5a4e1aa951f2311e893cda
DEBUG    botocore.auth:auth.py:430 Signature:
23d9064c80bd1bdca736584b8e081703746a4aac5eaed310fb4df5635523addb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:24650/frozen_uc, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23d9064c80bd1bdca736584b8e081703746a4aac5eaed310fb4df5635523addb', 'amz-sdk-invocation-id': b'6426dd01-9b6c-4ab7-8812-01baf7c5c507', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "PUT /frozen_uc HTTP/1.1" 200 163
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': 'xpmxFwA1mY7SmHdEcb7Dx3NgSHH9FcHzrpBBb71FmWIVB02eDM6s', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '163', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>frozen_uc</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x5040003f1a70>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000424af0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000424cb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040001366b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/medium

host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
950e11eca9830cc24fb142a8e2c0a10bb0c40adffcf317aa6a2f9ee1a0e813e4
DEBUG    botocore.auth:auth.py:430 Signature:
3328d4c0a61272596c1e7ad141a2d06f380f69fce6f67e8958a3ba4dda8cd88a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:24650/medium, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3328d4c0a61272596c1e7ad141a2d06f380f69fce6f67e8958a3ba4dda8cd88a', 'amz-sdk-invocation-id': b'20962dff-557c-4afa-bab9-96923acc0a88', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "PUT /medium HTTP/1.1" 200 160
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': 'FPopqknFeR9ot8wlBpL7hCSlOkiQyYZHSfJz0SOUJ10GPhDrSSMF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '160', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>medium</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x5040003f1a70>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040003eb630>>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/paginators-1.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/paginators-1.sdk-extras.json
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
424dd9976046ce2b2884f082bc0c4443dee7b96f73a0956402c450e6cf19b05d
DEBUG    botocore.auth:auth.py:430 Signature:
074cb63b79306cf88ae653790f27260b41ca3140afd20a0aeea55e354c32e38f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=074cb63b79306cf88ae653790f27260b41ca3140afd20a0aeea55e354c32e38f', 'amz-sdk-invocation-id': b'04328ed0-77b8-49bd-bb44-b3bc0c054378', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:24650
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': 'A3v2nSmHV6X6H6KNvYhFFLEBK125EHHjuYwKR6wOyr6GAE6mzEgZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
4ad28c0ac6e5cca22c1d343219a2112c8f1a3a522461da49e2a4cf9735a6c51f
DEBUG    botocore.auth:auth.py:430 Signature:
2dec5f9edde2ca56f112f6dfec02fcef0ff4e9e219a60fc26fbd47827cb4bd14
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2dec5f9edde2ca56f112f6dfec02fcef0ff4e9e219a60fc26fbd47827cb4bd14', 'amz-sdk-invocation-id': b'2655ff66-c21d-4c4a-b1d5-6d8feab3d1fd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': 'mTlE2soa36YMeKTzBHlU0diRV7TecCd1UpTphTHd4ViytieF493t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171505Z
20251126/us-east-1/s3/aws4_request
675b66dc60db240208a8e8ba284620b64f6c2de8fe871af06519452c5c6c1ddd
DEBUG    botocore.auth:auth.py:430 Signature:
a45f0bebebdf6f95a11590077b4a2c633d8036ed46868e012090158feb7ae1e2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a45f0bebebdf6f95a11590077b4a2c633d8036ed46868e012090158feb7ae1e2', 'amz-sdk-invocation-id': b'2dd8f485-bf57-4377-af3c-7bea5f7b6029', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:05 GMT', 'x-amzn-requestid': '6m2X67PsuaBpFKmayqEG40lrRbN8UhMYTP6r1mBNTXbMzPJCxnZ1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:101 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 20b546aa-7e32-4a6a-84ee-b4dc63604b3c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 20b546aa-7e32-4a6a-84ee-b4dc63604b3c, ghrun-etizk2qaui.auto.internal:11655): request = {  }
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 20b546aa-7e32-4a6a-84ee-b4dc63604b3c, ghrun-etizk2qaui.auto.internal:11655): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:375 RpcState(AttachSession, f9912e0d-645c-4709-81c6-d0e063e2ae02, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(AttachSession, f9912e0d-645c-4709-81c6-d0e063e2ae02, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" }
DEBUG    ydb.connection:connection.py:51 RpcState(AttachSession, f9912e0d-645c-4709-81c6-d0e063e2ae02, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:57 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f69dc51-0fbf-4569-b340-c456d53e595c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f69dc51-0fbf-4569-b340-c456d53e595c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/test_data_unchanged_after_ttl_change/table` (\n                ts Timestamp NOT NULL,\n                s String,\n                val Uint64,\n                PRIMARY KEY(ts),\n            )\n            WITH (STORE = COLUMN)\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4f69dc51-0fbf-4569-b340-c456d53e595c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e068a49d-23a6-4e04-8bf2-fc4f62c2c24b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e068a49d-23a6-4e04-8bf2-fc4f62c2c24b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            ALTER OBJECT `/Root/test_data_unchanged_after_ttl_change/table` (TYPE TABLE) SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`l-buckets`)\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e068a49d-23a6-4e04-8bf2-fc4f62c2c24b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:89 Table /Root/test_data_unchanged_after_ttl_change/table created
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8ae69117-2af0-4aac-a826-c0e09b5dfe8f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8ae69117-2af0-4aac-a826-c0e09b5dfe8f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE OBJECT test_data_unchanged_after_ttl_change_key_id (TYPE SECRET) WITH value=\'fake_key_id\'" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8ae69117-2af0-4aac-a826-c0e09b5dfe8f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 92592720-f423-433a-965b-82a1d7fb461d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 92592720-f423-433a-965b-82a1d7fb461d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE OBJECT test_data_unchanged_after_ttl_change_key_secret (TYPE SECRET) WITH value=\'fake_key_secret\'" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 92592720-f423-433a-965b-82a1d7fb461d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8e27fff2-c080-4d60-a6af-1332e5cb73b7, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8e27fff2-c080-4d60-a6af-1332e5cb73b7, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc` WITH (\n                SOURCE_TYPE=\"ObjectStorage\",\n                LOCATION=\"http://localhost:24650/cold_uc\",\n                AUTH_METHOD=\"AWS\",\n                AWS_ACCESS_KEY_ID_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_id\",\n                AWS_SECRET_ACCESS_KEY_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_secret\",\n                AWS_REGION=\"us-east-1\"\n            )\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8e27fff2-c080-4d60-a6af-1332e5cb73b7, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 44ba081c-7e69-436c-a084-1a2002279d4e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 44ba081c-7e69-436c-a084-1a2002279d4e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc` WITH (\n                SOURCE_TYPE=\"ObjectStorage\",\n                LOCATION=\"http://localhost:24650/frozen_uc\",\n                AUTH_METHOD=\"AWS\",\n                AWS_ACCESS_KEY_ID_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_id\",\n                AWS_SECRET_ACCESS_KEY_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_secret\",\n                AWS_REGION=\"us-east-1\"\n            )\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 44ba081c-7e69-436c-a084-1a2002279d4e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0db3d430-0266-41f9-acae-5e16cc4d12fd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0db3d430-0266-41f9-acae-5e16cc4d12fd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium` WITH (\n                SOURCE_TYPE=\"ObjectStorage\",\n                LOCATION=\"http://localhost:24650/medium\",\n                AUTH_METHOD=\"AWS\",\n                AWS_ACCESS_KEY_ID_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_id\",\n                AWS_SECRET_ACCESS_KEY_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_secret\",\n                AWS_REGION=\"us-east-1\"\n            )\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0db3d430-0266-41f9-acae-5e16cc4d12fd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7c34d002-fc41-42e0-8b64-22746d8c8950, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7c34d002-fc41-42e0-8b64-22746d8c8950, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7c34d002-fc41-42e0-8b64-22746d8c8950, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 03ac118f-82b2-488e-b078-71021689b978, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 03ac118f-82b2-488e-b078-71021689b978, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 03ac118f-82b2-488e-b078-71021689b978, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 79653010-1bed-40ae-93c9-5f6191a0b25f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 79653010-1bed-40ae-93c9-5f6191a0b25f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 79653010-1bed-40ae-93c9-5f6191a0b25f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 35967fe9-cca9-450b-ac70-ca89370432c0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 35967fe9-cca9-450b-ac70-ca89370432c0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 35967fe9-cca9-450b-ac70-ca89370432c0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 10000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 10000, 'Portions': 64, 'ActivePortions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 445760, 'BlobCount': 192}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9cc63f8-ae21-4eb4-accd-2674f1acda07, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9cc63f8-ae21-4eb4-accd-2674f1acda07, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a9cc63f8-ae21-4eb4-accd-2674f1acda07, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 61925ce4-c19d-4bb3-b1cf-87a49a98bfa9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 61925ce4-c19d-4bb3-b1cf-87a49a98bfa9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 61925ce4-c19d-4bb3-b1cf-87a49a98bfa9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b4359256-668e-4d7f-9c21-c9f2ac0dfeea, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b4359256-668e-4d7f-9c21-c9f2ac0dfeea, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b4359256-668e-4d7f-9c21-c9f2ac0dfeea, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f912230-92e1-4834-979d-368f2cfccf31, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f912230-92e1-4834-979d-368f2cfccf31, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4f912230-92e1-4834-979d-368f2cfccf31, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 20000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 20000, 'Portions': 128, 'ActivePortions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 891472, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dfee357f-c8d3-41a7-b6ea-3bf16c7a4f10, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dfee357f-c8d3-41a7-b6ea-3bf16c7a4f10, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dfee357f-c8d3-41a7-b6ea-3bf16c7a4f10, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a35baa3b-24dd-4ea2-a2a0-a12043073399, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a35baa3b-24dd-4ea2-a2a0-a12043073399, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a35baa3b-24dd-4ea2-a2a0-a12043073399, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c20210ad-a606-4aad-bbf0-3906b035fa48, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c20210ad-a606-4aad-bbf0-3906b035fa48, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c20210ad-a606-4aad-bbf0-3906b035fa48, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f7f47ac7-8550-458b-ae71-377cb5a8d850, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f7f47ac7-8550-458b-ae71-377cb5a8d850, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f7f47ac7-8550-458b-ae71-377cb5a8d850, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 30000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 30000, 'Portions': 192, 'ActivePortions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 1336880, 'BlobCount': 576}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b91d94f9-ad1c-4798-ada5-bf30c4f61ef3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b91d94f9-ad1c-4798-ada5-bf30c4f61ef3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b91d94f9-ad1c-4798-ada5-bf30c4f61ef3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 18ef60ff-3f7b-4eca-af38-58fda054725a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 18ef60ff-3f7b-4eca-af38-58fda054725a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 18ef60ff-3f7b-4eca-af38-58fda054725a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e7561634-5bd7-42ac-890d-2a94281901b8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e7561634-5bd7-42ac-890d-2a94281901b8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e7561634-5bd7-42ac-890d-2a94281901b8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c723855c-9837-4fc3-87e4-89048640c71a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c723855c-9837-4fc3-87e4-89048640c71a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c723855c-9837-4fc3-87e4-89048640c71a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 40000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 40000, 'Portions': 256, 'ActivePortions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 1782640, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 468865a2-8e6d-44ef-a002-8c3866bc3829, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 468865a2-8e6d-44ef-a002-8c3866bc3829, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 468865a2-8e6d-44ef-a002-8c3866bc3829, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 22c2661a-274b-4e29-8eff-d1de615e9cde, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 22c2661a-274b-4e29-8eff-d1de615e9cde, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 22c2661a-274b-4e29-8eff-d1de615e9cde, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 36d58d2f-9cdb-412e-b7eb-4d4440ee5c66, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 36d58d2f-9cdb-412e-b7eb-4d4440ee5c66, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 36d58d2f-9cdb-412e-b7eb-4d4440ee5c66, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ecd0431e-742d-4f9e-8023-6fdc99dfd4b9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ecd0431e-742d-4f9e-8023-6fdc99dfd4b9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ecd0431e-742d-4f9e-8023-6fdc99dfd4b9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 50000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 50000, 'Portions': 320, 'ActivePortions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 2228360, 'BlobCount': 960}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fb088116-641c-4d4f-a583-fa97a9988b65, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fb088116-641c-4d4f-a583-fa97a9988b65, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fb088116-641c-4d4f-a583-fa97a9988b65, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c077875c-0e12-4003-a6fc-eb968762e4ef, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c077875c-0e12-4003-a6fc-eb968762e4ef, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c077875c-0e12-4003-a6fc-eb968762e4ef, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 24d0832e-8092-4b93-88d9-e18484ada5bc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 24d0832e-8092-4b93-88d9-e18484ada5bc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 24d0832e-8092-4b93-88d9-e18484ada5bc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e5440435-d858-4011-8e39-1ef397dba7c3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e5440435-d858-4011-8e39-1ef397dba7c3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e5440435-d858-4011-8e39-1ef397dba7c3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 60000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 60000, 'Portions': 384, 'ActivePortions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 2673912, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9ca1ca0f-b1fb-43bc-a4f8-5fc374850102, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9ca1ca0f-b1fb-43bc-a4f8-5fc374850102, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9ca1ca0f-b1fb-43bc-a4f8-5fc374850102, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 006e59c0-11d3-4d16-94c2-874e684a030d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 006e59c0-11d3-4d16-94c2-874e684a030d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 006e59c0-11d3-4d16-94c2-874e684a030d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ebb5d2c5-6798-4242-a58f-5f95861a67ba, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ebb5d2c5-6798-4242-a58f-5f95861a67ba, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ebb5d2c5-6798-4242-a58f-5f95861a67ba, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c0684021-470f-40c0-a170-ec7d1ce95ba5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c0684021-470f-40c0-a170-ec7d1ce95ba5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c0684021-470f-40c0-a170-ec7d1ce95ba5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 70000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 70000, 'Portions': 448, 'ActivePortions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 3119720, 'BlobCount': 1344}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d23b1ea7-be9c-4303-b9c7-5b0cfb4e2a0a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d23b1ea7-be9c-4303-b9c7-5b0cfb4e2a0a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d23b1ea7-be9c-4303-b9c7-5b0cfb4e2a0a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca59fa6b-bd86-4efa-a912-e2bbb9eb51d2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca59fa6b-bd86-4efa-a912-e2bbb9eb51d2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ca59fa6b-bd86-4efa-a912-e2bbb9eb51d2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ba92dc5c-939e-4b1f-8387-41db74c22a60, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ba92dc5c-939e-4b1f-8387-41db74c22a60, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ba92dc5c-939e-4b1f-8387-41db74c22a60, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 58f93f95-a31e-4a9e-b632-5d6844a959bd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 58f93f95-a31e-4a9e-b632-5d6844a959bd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 58f93f95-a31e-4a9e-b632-5d6844a959bd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 80000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 82475, 'Portions': 341, 'ActivePortions': 323}}, blobs: {'__DEFAULT': {'Portions': 319, 'BlobSize': 3687288, 'BlobCount': 1197}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 026f4d67-0f97-47e3-80a9-d9d493b596df, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 026f4d67-0f97-47e3-80a9-d9d493b596df, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 026f4d67-0f97-47e3-80a9-d9d493b596df, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e8c7a4c6-1bc5-4d93-8e23-e6f2a625baa5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e8c7a4c6-1bc5-4d93-8e23-e6f2a625baa5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e8c7a4c6-1bc5-4d93-8e23-e6f2a625baa5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 772b27c2-81ae-4439-8e85-aac59112fbc1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 772b27c2-81ae-4439-8e85-aac59112fbc1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 772b27c2-81ae-4439-8e85-aac59112fbc1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9adf13f-4f6d-4976-b2fe-98e61c46e6f6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9adf13f-4f6d-4976-b2fe-98e61c46e6f6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a9adf13f-4f6d-4976-b2fe-98e61c46e6f6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 90000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 90000, 'Portions': 328, 'ActivePortions': 328}}, blobs: {'__DEFAULT': {'Portions': 328, 'BlobSize': 4072472, 'BlobCount': 1254}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4c96f47c-4480-4cb8-8d18-b2569082a6b9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4c96f47c-4480-4cb8-8d18-b2569082a6b9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4c96f47c-4480-4cb8-8d18-b2569082a6b9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e7302158-deac-4c07-ab1c-0de6350c33ae, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e7302158-deac-4c07-ab1c-0de6350c33ae, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e7302158-deac-4c07-ab1c-0de6350c33ae, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dc8d8d38-8cb1-4344-82e8-99084a4b812b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dc8d8d38-8cb1-4344-82e8-99084a4b812b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dc8d8d38-8cb1-4344-82e8-99084a4b812b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bcc61956-fea3-40b1-83fb-d7bfb9efbeb1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bcc61956-fea3-40b1-83fb-d7bfb9efbeb1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bcc61956-fea3-40b1-83fb-d7bfb9efbeb1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 100000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1432a4cb-b39a-4263-b224-b4452639d648, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1432a4cb-b39a-4263-b224-b4452639d648, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table` WHERE ts < CurrentUtcTimestamp() - DateTime::IntervalFromDays(1000)" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1432a4cb-b39a-4263-b224-b4452639d648, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:151 Rows older than 1000 days: 65828
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, da59c570-b437-433d-baa2-7f84baf54f42, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, da59c570-b437-433d-baa2-7f84baf54f42, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table` WHERE ts < CurrentUtcTimestamp() - DateTime::IntervalFromDays(3000)" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, da59c570-b437-433d-baa2-7f84baf54f42, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:152 Rows older than 3000 days: 38394
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b988660e-ec03-4f63-a903-27eb1a23fc10, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b988660e-ec03-4f63-a903-27eb1a23fc10, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b988660e-ec03-4f63-a903-27eb1a23fc10, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f9394f86-9b19-4e7d-a1f2-526a3faf2785, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f9394f86-9b19-4e7d-a1f2-526a3faf2785, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f9394f86-9b19-4e7d-a1f2-526a3faf2785, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:35 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1fea8a62-c4f1-446d-957b-761177a91b6f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1fea8a62-c4f1-446d-957b-761177a91b6f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * from `/Root/test_data_unchanged_after_ttl_change/table` ORDER BY ts" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1fea8a62-c4f1-446d-957b-761177a91b6f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:170 
                ALTER TABLE `/Root/test_data_unchanged_after_ttl_change/table` SET (TTL =
                    Interval("P1000D") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc`,
                    Interval("P2000D") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium`,
                    Interval("P3000D") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc`
                    ON ts
                )
            
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d75be17e-1310-4d53-8af4-2fb5e70ecc21, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d75be17e-1310-4d53-8af4-2fb5e70ecc21, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                ALTER TABLE `/Root/test_data_unchanged_after_ttl_change/table` SET (TTL =\n                    Interval(\"P1000D\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc`,\n                    Interval(\"P2000D\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium`,\n                    Interval(\"P3000D\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc`\n                    ON ts\n                )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d75be17e-1310-4d53-8af4-2fb5e70ecc21, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:172 TTL set in 1.92608642578125 seconds
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171540Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171540Z
20251126/us-east-1/s3/aws4_request
fc5d9d75be60ca7c843b5a4c7ff795727e5ac66b34f839551c918cc580c836db
DEBUG    botocore.auth:auth.py:430 Signature:
b3778ee84b20b570ea914ec716760dd91409164ee283dfd89a44d46feff93519
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171540Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b3778ee84b20b570ea914ec716760dd91409164ee283dfd89a44d46feff93519', 'amz-sdk-invocation-id': b'3ce5f7c7-e653-44de-be3d-1392da452010', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:40 GMT', 'x-amzn-requestid': 'JkmLtD5sB4ztBaEM14rMXwILxH3YfbiS1bUrjrjaIrVbVOpmwfRd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171540Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171540Z
20251126/us-east-1/s3/aws4_request
386fd467b880773873f4fd3066b491e060ad40b95a2f7ffafcea0b7c509638bc
DEBUG    botocore.auth:auth.py:430 Signature:
af1e490b790d43739db9a838b4a4ccd9033993df8f80d73f9e58ed354b115f0d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171540Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=af1e490b790d43739db9a838b4a4ccd9033993df8f80d73f9e58ed354b115f0d', 'amz-sdk-invocation-id': b'6cfdff9c-d85b-4452-b7cb-d3cccd18250e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:40 GMT', 'x-amzn-requestid': 'UUpjqPBOYYH3BAZ9AUNedY5fa1BxSccLHWCycpX6dHpdAI0qQQek', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171540Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171540Z
20251126/us-east-1/s3/aws4_request
33c7953e830df6bd9dce58bab3d676d787143b9edde7ca66f004f67881c6fdd9
DEBUG    botocore.auth:auth.py:430 Signature:
f0a4ce3b3bba3cfe7aa2182205668142071f71127d771532c5f0b8ac83c54249
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171540Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0a4ce3b3bba3cfe7aa2182205668142071f71127d771532c5f0b8ac83c54249', 'amz-sdk-invocation-id': b'd9a6e6ac-2ee4-4a74-9960-0500ab8c93f2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:40 GMT', 'x-amzn-requestid': 'Zc3RXITvZ63VonzlIl4YbSHHLz8HHGgmUfa1YWoaFzcp11zxsxPi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4bfa3522-618d-4340-8d4b-4713bbdf0c3d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4bfa3522-618d-4340-8d4b-4713bbdf0c3d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4bfa3522-618d-4340-8d4b-4713bbdf0c3d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 79b74e26-0399-45a1-9789-eb5a02a3508e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 79b74e26-0399-45a1-9789-eb5a02a3508e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 79b74e26-0399-45a1-9789-eb5a02a3508e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171541Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171541Z
20251126/us-east-1/s3/aws4_request
d4bd8d21fbfe31c83762303e7e939df3a13bfa1cf86925ed9dff147fb8f74e4e
DEBUG    botocore.auth:auth.py:430 Signature:
66c1ba39118e819e35b9b62ff31e4f4ed7580e126990eb81fc80bf664153ca9f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171541Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=66c1ba39118e819e35b9b62ff31e4f4ed7580e126990eb81fc80bf664153ca9f', 'amz-sdk-invocation-id': b'581bd270-c9cc-4999-be38-bc796fe32404', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:41 GMT', 'x-amzn-requestid': 'qrqKDOpbWdYXk783NzDFZWgchpYFSCh9Gj28S6hRsAJ6pmsLUmao', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171541Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171541Z
20251126/us-east-1/s3/aws4_request
06e136e3a36a55dd30f4160a01598dbf5353dc37e81a3d7c3ca6d03e52d0cfe9
DEBUG    botocore.auth:auth.py:430 Signature:
580e2c48d9be4282bd89a30008d263cd68a23c32a21bb808f17929011741c174
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171541Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=580e2c48d9be4282bd89a30008d263cd68a23c32a21bb808f17929011741c174', 'amz-sdk-invocation-id': b'606ad6a1-b7d3-410a-a193-60529e337979', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:41 GMT', 'x-amzn-requestid': 'O0P8UzKIuq3aISMftMfouve2wm6iqJBj5HQaaJQHvdWMdq7ubKZv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171541Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171541Z
20251126/us-east-1/s3/aws4_request
1cbac4d4ddb7753dc18e49ad356f92f2ae172fc4cfb84bf05f121b747fa90f2c
DEBUG    botocore.auth:auth.py:430 Signature:
397be0faaee3be13cbfd2e407fa7a0c2da5ea4e6240abd492ab1f5143f15606f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171541Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=397be0faaee3be13cbfd2e407fa7a0c2da5ea4e6240abd492ab1f5143f15606f', 'amz-sdk-invocation-id': b'a09f42fe-f77c-4c48-a337-44a150353a3e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:41 GMT', 'x-amzn-requestid': '9wySxaBguP94fuYZQxep8hnVRhyqStzriqK5tulnBTrj5qNP5fT2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 83fe7c36-0901-416e-893c-99e65b97a851, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 83fe7c36-0901-416e-893c-99e65b97a851, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 83fe7c36-0901-416e-893c-99e65b97a851, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1c34fdac-6a9c-463b-a7f7-b52ca0214d73, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1c34fdac-6a9c-463b-a7f7-b52ca0214d73, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1c34fdac-6a9c-463b-a7f7-b52ca0214d73, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171543Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171543Z
20251126/us-east-1/s3/aws4_request
0874d98ef3da1a02d4243d90a5b0920cc72ffd34bc97ec2b4fc1e4df6a8350fa
DEBUG    botocore.auth:auth.py:430 Signature:
f6781d34503e6e23f1f8a9c512700c9124d719dbcac82aa7f048aa4ab91bfe65
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171543Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f6781d34503e6e23f1f8a9c512700c9124d719dbcac82aa7f048aa4ab91bfe65', 'amz-sdk-invocation-id': b'3241d67c-2c3e-47f1-83fc-aadfc2331dec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:43 GMT', 'x-amzn-requestid': 'nGDfzQBW2K9yPEaKURC914JmHGKEqNEzL6BfkeRGNc8zoyN7SVSu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171543Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171543Z
20251126/us-east-1/s3/aws4_request
0dedf5e41631681a0c7f25153776216b40d5e66e2879ea9846f0ce81bb64056a
DEBUG    botocore.auth:auth.py:430 Signature:
7157b930a8e0df21767ec6225a5070002f06483fa5810df1347b055d6452a414
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171543Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7157b930a8e0df21767ec6225a5070002f06483fa5810df1347b055d6452a414', 'amz-sdk-invocation-id': b'7ea2aedd-e5fe-4d19-9abf-cbd54ffba72c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:43 GMT', 'x-amzn-requestid': 'TT7vXH20jysVam2QsRghLRHRQNofA1jm4YaHvmVPUHOvET3FxVgz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171543Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171543Z
20251126/us-east-1/s3/aws4_request
2afba5ed62d452d03dd5ee73fd7ca1a6c144b4ef8715940f15f7d9309fe2e44e
DEBUG    botocore.auth:auth.py:430 Signature:
a2a49335ba56328b76bfb15636df0693323428a64a3168c599afa6e4c52d32ae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171543Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a2a49335ba56328b76bfb15636df0693323428a64a3168c599afa6e4c52d32ae', 'amz-sdk-invocation-id': b'8bdfd799-d09d-4807-9d7b-e986eea93996', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:43 GMT', 'x-amzn-requestid': 'BS1iVzChXxibFE1tU9RXkRdkE2BfCfL2j9GFfMHYi8DZDLUbM7Lw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 13e60dd4-2b88-42f0-87c5-fd8ccf2d0b4e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 13e60dd4-2b88-42f0-87c5-fd8ccf2d0b4e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 13e60dd4-2b88-42f0-87c5-fd8ccf2d0b4e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d76eccae-5e89-46be-9258-b6628ac8f5ee, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d76eccae-5e89-46be-9258-b6628ac8f5ee, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d76eccae-5e89-46be-9258-b6628ac8f5ee, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171544Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171544Z
20251126/us-east-1/s3/aws4_request
6d4179ff409a0b955500d795843662302321a45b317eb7e5433c1df9a67f4347
DEBUG    botocore.auth:auth.py:430 Signature:
d8527ae123cc174ea6a7163aa6ed705fe2b0aea7658179a31913e34c1485fc48
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171544Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d8527ae123cc174ea6a7163aa6ed705fe2b0aea7658179a31913e34c1485fc48', 'amz-sdk-invocation-id': b'40d3f55b-47cd-45ee-a3a1-509aedb38ab3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:44 GMT', 'x-amzn-requestid': 'aCrLobBsq4tz0Q5MwF3OdavRxFYe9NoFV4Arj0HFvyGMAOeq66rT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171544Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171544Z
20251126/us-east-1/s3/aws4_request
7f1cc217b0c4960f2ccc0d035bfb324ed5bb01d0383a65282fc99f0b4e4218f8
DEBUG    botocore.auth:auth.py:430 Signature:
3d7ea85f3855e0d1e77318533c5c033f38b8770a90a4ac996acefa8f4c379a15
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171544Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3d7ea85f3855e0d1e77318533c5c033f38b8770a90a4ac996acefa8f4c379a15', 'amz-sdk-invocation-id': b'89c3d4c7-fed5-49aa-aa5c-4fbf4269425f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:44 GMT', 'x-amzn-requestid': 'gDiTRNzoNyCH9tAGXMyFpdezIaQXp5r7JYFN1E2btRWtC94TYZQO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171544Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171544Z
20251126/us-east-1/s3/aws4_request
9db37ac4ca84d5f1f3df98baf0ed85f0e5a2500de8da652ead20ff380f73b1c7
DEBUG    botocore.auth:auth.py:430 Signature:
eb10302e9bd3d43c5d0cf2f3623336c685fca1ba2ba166f882a9b55ea5a04363
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171544Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb10302e9bd3d43c5d0cf2f3623336c685fca1ba2ba166f882a9b55ea5a04363', 'amz-sdk-invocation-id': b'8a0675b9-6cbd-41d7-b942-2895fa7ac475', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:44 GMT', 'x-amzn-requestid': 'SQ5yDSgSomvUpU3OGOlKY8UXjZ6MgooUWuslYxtSNy81NsM9U4RD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cfd38b38-0910-4772-9021-481948cc8309, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cfd38b38-0910-4772-9021-481948cc8309, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cfd38b38-0910-4772-9021-481948cc8309, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 70c3963b-cc22-442a-9d78-291801777a1e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 70c3963b-cc22-442a-9d78-291801777a1e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 70c3963b-cc22-442a-9d78-291801777a1e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171545Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171545Z
20251126/us-east-1/s3/aws4_request
342234242453a1b6672751e7e8210141844c49eeae969bc63ec3e45943490cc6
DEBUG    botocore.auth:auth.py:430 Signature:
e2a95ca9f5d338214f60d46fc390c07402555576c3f4a56e50513a9c134a9029
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171545Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2a95ca9f5d338214f60d46fc390c07402555576c3f4a56e50513a9c134a9029', 'amz-sdk-invocation-id': b'42f2e190-da1c-432c-8f7b-ea87d2fa79d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:45 GMT', 'x-amzn-requestid': '9IJVLuT7OgZ1jbmdDVFJZU6DMELb2e9S07Q9YiyZLamwSa9zaI1m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171545Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171545Z
20251126/us-east-1/s3/aws4_request
dfa464cb5e734e1f0c900eabc2717c725aec55723941d90fecfef917a7382898
DEBUG    botocore.auth:auth.py:430 Signature:
66eaff80f4666c6152128f28b6cabafdf0041f605f535ecf37c034f9a8ea4279
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171545Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=66eaff80f4666c6152128f28b6cabafdf0041f605f535ecf37c034f9a8ea4279', 'amz-sdk-invocation-id': b'9aa6362e-ad04-4e86-82bd-045b4e799066', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:45 GMT', 'x-amzn-requestid': 'RWjKWQyqJtXFIpqu6vcKK17dpkSCsNCYq2XEsqE5VQglvXzD34da', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171545Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171545Z
20251126/us-east-1/s3/aws4_request
b9ba1b79e99bb0483df43ba7f15f3fade2b4e4ce3cfeff8721c5db737da33f10
DEBUG    botocore.auth:auth.py:430 Signature:
6a7db0eb1046acf3764c08ef72a28c3866301f41a548eb0f1447298e0bcff75e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171545Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a7db0eb1046acf3764c08ef72a28c3866301f41a548eb0f1447298e0bcff75e', 'amz-sdk-invocation-id': b'cee62623-6975-444b-bc25-d4a52d23c97f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:45 GMT', 'x-amzn-requestid': '27hABKFWPstSUjB4C5NdpBPb3ZD8zIqSSXFiUTrCgfuqr835DUja', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d241e86a-978a-4ecd-8ad7-e4ed9c1b96fb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d241e86a-978a-4ecd-8ad7-e4ed9c1b96fb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d241e86a-978a-4ecd-8ad7-e4ed9c1b96fb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88c461b4-101b-444b-a51f-3d3180a32d83, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88c461b4-101b-444b-a51f-3d3180a32d83, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 88c461b4-101b-444b-a51f-3d3180a32d83, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171547Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171547Z
20251126/us-east-1/s3/aws4_request
3a429dbb0052a0e4005a3b364076da6381874568292c863d9ae5d935bfcec867
DEBUG    botocore.auth:auth.py:430 Signature:
76ae61d853794701cc7eb2d1a638ba1cdd913517e2e0cdd592d0f1935ba9904f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171547Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=76ae61d853794701cc7eb2d1a638ba1cdd913517e2e0cdd592d0f1935ba9904f', 'amz-sdk-invocation-id': b'4eb8471a-248c-4db2-a258-e3c2af7d1fd4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:47 GMT', 'x-amzn-requestid': 'R74RtJxDEtAF0pNOBPT976GvgeRzqRAoIpxFNn2wIQZM3cdYCiOq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171547Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171547Z
20251126/us-east-1/s3/aws4_request
c8393d485ab448029eac59fa7b23d718cdc8047d5e69aa02d02b8a8cea1f7976
DEBUG    botocore.auth:auth.py:430 Signature:
506ec59198a0876fddee34ea4f6716d55a47e716728c595db31ce11289fa1215
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171547Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=506ec59198a0876fddee34ea4f6716d55a47e716728c595db31ce11289fa1215', 'amz-sdk-invocation-id': b'ba9984f3-e9cd-45a8-85fb-a275ad198f72', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:47 GMT', 'x-amzn-requestid': 'lgsPR8FOFJcaWGpL8efRPAIvRVFXN2eq5prXFEfWolbewFpJ9BG2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171547Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171547Z
20251126/us-east-1/s3/aws4_request
fcbf153e5e912fc8961d0f524fc27d56d4fd0d4592a8cc305f7402df944b1bfa
DEBUG    botocore.auth:auth.py:430 Signature:
5bb7b8c15cd1961acc36e84e3d6dc509f5dd76914512fc4d826b935f318788ec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171547Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5bb7b8c15cd1961acc36e84e3d6dc509f5dd76914512fc4d826b935f318788ec', 'amz-sdk-invocation-id': b'9104fb03-0e0d-49ce-b0e7-41802bf4cbf6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:47 GMT', 'x-amzn-requestid': 'HmBlgmxr5XWdnz2GpEzoHezHSG0fVGiYjwl5G8BPRETFz0U5SYe6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ae47aeab-d934-4324-aa5f-854e54f5a433, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ae47aeab-d934-4324-aa5f-854e54f5a433, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ae47aeab-d934-4324-aa5f-854e54f5a433, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 204450b6-a54e-45f7-9e6a-2b5e6fb7ae3a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 204450b6-a54e-45f7-9e6a-2b5e6fb7ae3a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 204450b6-a54e-45f7-9e6a-2b5e6fb7ae3a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171548Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171548Z
20251126/us-east-1/s3/aws4_request
b098bda5f907489bee8fd2009a777f76520f566c83ce595cebb3e41f69e21e2b
DEBUG    botocore.auth:auth.py:430 Signature:
e38b9920d1a390ac88d99104a911216a3f4bf23a095e5c4d27ef971529325651
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171548Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e38b9920d1a390ac88d99104a911216a3f4bf23a095e5c4d27ef971529325651', 'amz-sdk-invocation-id': b'75dbc58e-38d0-4fdf-ac1f-50c8a6ae2409', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:48 GMT', 'x-amzn-requestid': '2RR2ZptMCjsQIHWesR3Ou9a9WWe7426inv7KRLmDh0xOv43ztCFV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171548Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171548Z
20251126/us-east-1/s3/aws4_request
a9c5c95dda98e4bd491871ce1d98980fe363e27cac106575d7da8f9906e83408
DEBUG    botocore.auth:auth.py:430 Signature:
7a6d08cf73d9963e1b54e54802cb58a0efb131a6de0f509de8ebaf5e15027403
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171548Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7a6d08cf73d9963e1b54e54802cb58a0efb131a6de0f509de8ebaf5e15027403', 'amz-sdk-invocation-id': b'b8078c43-25e4-4901-a762-86b1eb3272f9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:48 GMT', 'x-amzn-requestid': 'ObxyM2JDsDl7W6MIl7HVjuBNrKWo67GjH1tymUOCZbiZh3xwTpDl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171548Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171548Z
20251126/us-east-1/s3/aws4_request
3365f9bbb4a9c39fe6e514db418ebfd03f36a6edb3c7f07dce955c579fd4b2a9
DEBUG    botocore.auth:auth.py:430 Signature:
2483577972f2c878ee05ba58a05d1a86c5723f04931f8f31183659be9f23f2f8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171548Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2483577972f2c878ee05ba58a05d1a86c5723f04931f8f31183659be9f23f2f8', 'amz-sdk-invocation-id': b'db380933-2062-4e58-9098-04f0e27f539f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:48 GMT', 'x-amzn-requestid': 'Scu7yvzCEgsqvzUjnXTyNXuXwPWFU1IRDNyjiOcuBJDvTX0ILHAp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9da28cc8-448f-494b-bf9e-07bf4204f6aa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9da28cc8-448f-494b-bf9e-07bf4204f6aa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9da28cc8-448f-494b-bf9e-07bf4204f6aa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4581b14e-ea6f-48fb-b260-1cbda1a2ad17, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4581b14e-ea6f-48fb-b260-1cbda1a2ad17, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4581b14e-ea6f-48fb-b260-1cbda1a2ad17, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171549Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171549Z
20251126/us-east-1/s3/aws4_request
2795a001e0af8fbc822b1f21ef6ea924e095995f41085dc818ea4acf68b61d85
DEBUG    botocore.auth:auth.py:430 Signature:
8ed70f87384c7d6fe6102af9e5d757953b31f3fa74260521756437e784c14da6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171549Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8ed70f87384c7d6fe6102af9e5d757953b31f3fa74260521756437e784c14da6', 'amz-sdk-invocation-id': b'1da838a4-c2e6-48b7-b39f-023e97dccca8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:49 GMT', 'x-amzn-requestid': 'T5RjD7LL5m3Eveq1zezWUEUdci6v5xKMk3aFMNsxAUarnSHsLb6V', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171549Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171549Z
20251126/us-east-1/s3/aws4_request
14cbe246869c5f3b4535bf12ea7eb3986d6638c17e4ad48b1633b7f0c2678ea5
DEBUG    botocore.auth:auth.py:430 Signature:
b3e1becaa3b7b91a26345f4454cc26995cd1b010b306ce2638b861ab17252d14
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171549Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b3e1becaa3b7b91a26345f4454cc26995cd1b010b306ce2638b861ab17252d14', 'amz-sdk-invocation-id': b'70af0fc4-1f3d-462a-a155-986aff961692', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:49 GMT', 'x-amzn-requestid': '0VAtZ5CbZWjhGie8qFUaz2W7KrLKEFAn3k22BHmwSCa7ufOdk1yJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171549Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171549Z
20251126/us-east-1/s3/aws4_request
05c4b8833fb64df694fc4997e7fa58f682da3f8745aa1c942edbeee757b59f73
DEBUG    botocore.auth:auth.py:430 Signature:
fea9fb0ffdc77e72259068f4a52ca907dd6a85b7780af3c921896df50bb1c152
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171549Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fea9fb0ffdc77e72259068f4a52ca907dd6a85b7780af3c921896df50bb1c152', 'amz-sdk-invocation-id': b'd5e7f675-0dcc-4fec-bb21-7f5f74b4a6ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:49 GMT', 'x-amzn-requestid': 'MXvpCGs0hZFplCB2gjAOY3FEvVh0Y5SwPUd57xH6J0Dt4QXP9Gj7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 361103d2-3fba-4dfc-adc3-ed12b0920ce9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 361103d2-3fba-4dfc-adc3-ed12b0920ce9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 361103d2-3fba-4dfc-adc3-ed12b0920ce9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca7b6833-289a-4541-bd8f-ffd4a46421ba, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca7b6833-289a-4541-bd8f-ffd4a46421ba, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ca7b6833-289a-4541-bd8f-ffd4a46421ba, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171551Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171551Z
20251126/us-east-1/s3/aws4_request
0cfccec2471a42b920688c5cd70bcc783fc40c22347c8aa01e2a677f0839db48
DEBUG    botocore.auth:auth.py:430 Signature:
c313fc2aafe4c4324399ca4ac0ec52e6fefa7d9e08e655e055a4d2775711d8c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171551Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c313fc2aafe4c4324399ca4ac0ec52e6fefa7d9e08e655e055a4d2775711d8c0', 'amz-sdk-invocation-id': b'ff6d8bf4-6799-48b4-be53-1856f912dd79', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:51 GMT', 'x-amzn-requestid': 'JeF100qsFytLqBsexrErZvw3PJ2YVmUVJZpzju54Bw5gYlqQKzrp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171551Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171551Z
20251126/us-east-1/s3/aws4_request
c759368b21938cea6610b58857b6ef44ad27dba45f509dbbfc5c0657b68d5c0e
DEBUG    botocore.auth:auth.py:430 Signature:
67b0e76c1156a45897f02dd386f1f8b24047ab560d640102af8957110b2d4c76
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171551Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67b0e76c1156a45897f02dd386f1f8b24047ab560d640102af8957110b2d4c76', 'amz-sdk-invocation-id': b'b8cb7014-5189-4a8e-b360-053f75e172cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:51 GMT', 'x-amzn-requestid': 'a6A1mO0wiWdnQhnDMF5gJKkXN6vBmp1F81r6Pac0nBG4GIaBjufg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171551Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171551Z
20251126/us-east-1/s3/aws4_request
dd246d027ceabf48ba65deb17e654a23f0357a897a8792898acb43fe3e76cd54
DEBUG    botocore.auth:auth.py:430 Signature:
62e1a9104c5b79626c40d15e4b53b1b9ea5311eeba684be113b36559dd9d105a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171551Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=62e1a9104c5b79626c40d15e4b53b1b9ea5311eeba684be113b36559dd9d105a', 'amz-sdk-invocation-id': b'55bb3c26-0270-46f9-b085-aff7ca8c472d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:51 GMT', 'x-amzn-requestid': 'X9QpVSDmeIbkFhGInGNimreP2OOikm1dkhDbGghXHU0P3HijwliA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dd0463f9-e837-4b2f-9412-d66263820513, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dd0463f9-e837-4b2f-9412-d66263820513, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dd0463f9-e837-4b2f-9412-d66263820513, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f33610cf-718f-4e61-8eea-3f75c9bbfcf5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f33610cf-718f-4e61-8eea-3f75c9bbfcf5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f33610cf-718f-4e61-8eea-3f75c9bbfcf5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171552Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171552Z
20251126/us-east-1/s3/aws4_request
3653290a54d0149f243db26a00339163b14a4b61a13fbdd763e3c66b4a171ad9
DEBUG    botocore.auth:auth.py:430 Signature:
a208d0c71e8634373e9d6a2efcd19f80e240298fe4fb784c853ef57e69f1f793
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171552Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a208d0c71e8634373e9d6a2efcd19f80e240298fe4fb784c853ef57e69f1f793', 'amz-sdk-invocation-id': b'd53d1989-9181-4686-9362-b23cd92e9d45', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:52 GMT', 'x-amzn-requestid': 'gFAO9Gx9g2Z3TbWhzuzxfPYhgLzUihsz00WpK4kVYDrEgq4w4aUM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171552Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171552Z
20251126/us-east-1/s3/aws4_request
d051c0811e2528c4486efe11fda4bea798d4476ea3909bdd3500528410662ea6
DEBUG    botocore.auth:auth.py:430 Signature:
b2daf966e5b73261103696cee74ea46303e385af5342d0734335a156518725f1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171552Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b2daf966e5b73261103696cee74ea46303e385af5342d0734335a156518725f1', 'amz-sdk-invocation-id': b'5bbe959d-0be4-4006-8c3c-2dcd59895c4e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:52 GMT', 'x-amzn-requestid': 'GRzKUn4bIKtfesApAZkhgNd4BIReGPi2wRAbB7bGi5nXDiVSMrlh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171552Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171552Z
20251126/us-east-1/s3/aws4_request
c58fdc65eae141cd6f031e1b76cdcb6ce7c9ae40261e39e08c5e99b87e053a33
DEBUG    botocore.auth:auth.py:430 Signature:
a083d101f31659d235eeb9fd9f9c82a6c584d3a1e195c6299db19e5fae702876
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171552Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a083d101f31659d235eeb9fd9f9c82a6c584d3a1e195c6299db19e5fae702876', 'amz-sdk-invocation-id': b'f7737d7a-ce9d-4217-8779-e349141d8338', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:52 GMT', 'x-amzn-requestid': 'rNYbK80LYSNAipoTLMTd3RnZ515EZK9XpHLCvANKeSTQSVsS8Ytw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0250aaba-71e0-40e7-b013-4045c8d81dd3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0250aaba-71e0-40e7-b013-4045c8d81dd3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0250aaba-71e0-40e7-b013-4045c8d81dd3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 758da0fc-1a80-453b-a622-50c09f382520, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 758da0fc-1a80-453b-a622-50c09f382520, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 758da0fc-1a80-453b-a622-50c09f382520, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171553Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171553Z
20251126/us-east-1/s3/aws4_request
29071549631e1ec975e320144261c3ff8bf3ce9801523ec5f77f6d52775f5dc1
DEBUG    botocore.auth:auth.py:430 Signature:
38b266b4ed82c6c5f9207b137f9ecd3d4b8aa68876d912480d336b1e9667a321
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171553Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38b266b4ed82c6c5f9207b137f9ecd3d4b8aa68876d912480d336b1e9667a321', 'amz-sdk-invocation-id': b'9ac0cc5f-fbeb-496f-b50b-17155ea0d692', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:53 GMT', 'x-amzn-requestid': '5uOukqI4AugVKLTby8KZ5J30h0XL7rU9juY30n5npMEkFkolS2Yf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171553Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171553Z
20251126/us-east-1/s3/aws4_request
78e9a024ea4e3862c2a97127e7b4c53bfcb1475bc74179d1fa78645c1999abaf
DEBUG    botocore.auth:auth.py:430 Signature:
4ca483f092904e27c3d9f9350a338f1662a5b9ed1e0d33d9db1d040d8413f9a9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171553Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ca483f092904e27c3d9f9350a338f1662a5b9ed1e0d33d9db1d040d8413f9a9', 'amz-sdk-invocation-id': b'1342d1ce-96a3-42b7-b861-6f61314d99e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:53 GMT', 'x-amzn-requestid': '1snPvWDQm7OVsA4y69b92Mv9vYWTG9yg4jB3y4XLdEK5YqVz8Fiy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171553Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171553Z
20251126/us-east-1/s3/aws4_request
6da38f8afbf975652c51585540195f24346fb85e634936fd1c213be1178ea1fc
DEBUG    botocore.auth:auth.py:430 Signature:
8994e0df4dea5e5f51110e2400b5d9d272e247fb441b925a626bf73b96417df3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171553Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8994e0df4dea5e5f51110e2400b5d9d272e247fb441b925a626bf73b96417df3', 'amz-sdk-invocation-id': b'10c674c9-d8fa-4327-99dc-6e7fa90fdaac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:53 GMT', 'x-amzn-requestid': 'SDjCvTOTAySIbQlAflxtjvNmlWWMqdvr7RHKRxWUtfSKYOxaVZXK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e91353c-0677-4e42-bcf6-b162c9d96f7d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e91353c-0677-4e42-bcf6-b162c9d96f7d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7e91353c-0677-4e42-bcf6-b162c9d96f7d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 37a5e8b0-d6a5-4a6a-bfbc-89552bda4c23, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 37a5e8b0-d6a5-4a6a-bfbc-89552bda4c23, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 37a5e8b0-d6a5-4a6a-bfbc-89552bda4c23, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171555Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171555Z
20251126/us-east-1/s3/aws4_request
8f23d9b70111c6e371ccb48d52cfc0071c5e9d5dad02f8e0bbac7f07b6821b03
DEBUG    botocore.auth:auth.py:430 Signature:
5c8f341f9ee6b707d0cd27a4c9643ed3644e295407c1ba4face958eaebbc4cbc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171555Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c8f341f9ee6b707d0cd27a4c9643ed3644e295407c1ba4face958eaebbc4cbc', 'amz-sdk-invocation-id': b'2875ec1a-f8b3-4058-aceb-e9b675272385', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:55 GMT', 'x-amzn-requestid': 'ygsT4EzRNAiKAcktaqwIyFaLzA1MA8vm2ysdq0n2kvxHhdUVnILQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171555Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171555Z
20251126/us-east-1/s3/aws4_request
f481ed26f25f078088ab6f6c47c2898c7c283b630661004d4a181e78868a7f10
DEBUG    botocore.auth:auth.py:430 Signature:
35d38a3d10f9f656208c24e1b9f2d12053daef04d7f23e42973a3af0f055b6b2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171555Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35d38a3d10f9f656208c24e1b9f2d12053daef04d7f23e42973a3af0f055b6b2', 'amz-sdk-invocation-id': b'69bd961b-4268-4f5f-80de-d67969e9fc4d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:55 GMT', 'x-amzn-requestid': 'bPUYo1MfQ4KyttLiDOqpr8ntCATO7Ifwt7lBj2UxdAKuriBBpGng', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171555Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171555Z
20251126/us-east-1/s3/aws4_request
0ab0f2b7f2646a38acd6cb1e664afa548b76d5feb74b57aa8822a37b7d5e09e6
DEBUG    botocore.auth:auth.py:430 Signature:
8dc1ba01b9f389f051f9f53f2bb9bac7702bcc058e032ab36f2d6e4a8129830b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171555Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8dc1ba01b9f389f051f9f53f2bb9bac7702bcc058e032ab36f2d6e4a8129830b', 'amz-sdk-invocation-id': b'f6999acc-26e2-4f7f-9400-8a542f681078', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:55 GMT', 'x-amzn-requestid': 'Z1TQXiGwnGMFsbHYGkm3XekmTX90HQKUT1NKMUiyQe0cFgZKxnJE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eca11f62-e770-41f3-9b07-c9214bd3f538, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eca11f62-e770-41f3-9b07-c9214bd3f538, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eca11f62-e770-41f3-9b07-c9214bd3f538, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0f0c2744-e2f5-4cdb-a5f9-6f04a0ec8bed, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0f0c2744-e2f5-4cdb-a5f9-6f04a0ec8bed, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0f0c2744-e2f5-4cdb-a5f9-6f04a0ec8bed, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171556Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171556Z
20251126/us-east-1/s3/aws4_request
e4a0191d9b89dc8165b3d8f7168cad126c6230cb92769e450a54ea1fd95881b3
DEBUG    botocore.auth:auth.py:430 Signature:
00e64fd86d0c048584cddd72e6c0d872912a12799939959bc3878a42baebd28d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171556Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=00e64fd86d0c048584cddd72e6c0d872912a12799939959bc3878a42baebd28d', 'amz-sdk-invocation-id': b'27fd105e-c3d8-434f-869a-91b2cc26747b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:56 GMT', 'x-amzn-requestid': 'X78WE4ikv7XteAwZLZMW6LaUJZFdCkuzDcQZSI4GbAI9t8jPvqnW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171556Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171556Z
20251126/us-east-1/s3/aws4_request
092caa52ab20d5aca091e1404ff3214747749b53b58d2e56bbf78480dc13a6b3
DEBUG    botocore.auth:auth.py:430 Signature:
ad9bb5e95b4e3d3b9d252184161c2191232a62551534cd873392f316762e139f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171556Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad9bb5e95b4e3d3b9d252184161c2191232a62551534cd873392f316762e139f', 'amz-sdk-invocation-id': b'ca678142-0f30-41db-9094-35b1cb595848', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:56 GMT', 'x-amzn-requestid': 'UjQtlvY8RoqJMIagwlBHygbMFti2hDBs5TWWDS7fssddsCPiTHd3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171556Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171556Z
20251126/us-east-1/s3/aws4_request
2577b3d5852913151c431e27afb7e2efa2963efcf0adabba2003af44ac010aad
DEBUG    botocore.auth:auth.py:430 Signature:
277e604ec648c48965319a5acc4d3590777e7c6e1c0fb420b8864f5d56b4a010
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171556Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=277e604ec648c48965319a5acc4d3590777e7c6e1c0fb420b8864f5d56b4a010', 'amz-sdk-invocation-id': b'fb6487e1-114c-4e57-a822-814ea445f342', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:56 GMT', 'x-amzn-requestid': '6KBlxbyJn1EgqGB2EmD9PbQxSPTBzmXl3c3t5DGZI9JeuV159NLN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 79882c06-2c40-49eb-be97-6c53163544d2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 79882c06-2c40-49eb-be97-6c53163544d2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 79882c06-2c40-49eb-be97-6c53163544d2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, abc1f344-7c4d-4045-a565-56e780923b91, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, abc1f344-7c4d-4045-a565-56e780923b91, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, abc1f344-7c4d-4045-a565-56e780923b91, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171557Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171557Z
20251126/us-east-1/s3/aws4_request
4359f34c437f7e029cb1f35b103f7245377294a3607ba55778767cb115ff8d5c
DEBUG    botocore.auth:auth.py:430 Signature:
49a348d7ebf5e1b5c975f583f391df65e4c21cfc90cef2e306089a7751740284
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171557Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=49a348d7ebf5e1b5c975f583f391df65e4c21cfc90cef2e306089a7751740284', 'amz-sdk-invocation-id': b'cb47fd51-39fb-4a2d-9c5d-0d835a61ac47', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:57 GMT', 'x-amzn-requestid': 'gRY64nq0wuCYzYujMEJry1XhCinM2VeZlAdHytJt9TXEqX0ufET4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171557Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171557Z
20251126/us-east-1/s3/aws4_request
92e4cd86ab4a34a467a98c1ae98900d5d1c648357568ca0bfaf11f11d7079e83
DEBUG    botocore.auth:auth.py:430 Signature:
ce3851d1cff27a484a29618896b23c73d7cb5299bf185fb71e636822c3f5e1eb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171557Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce3851d1cff27a484a29618896b23c73d7cb5299bf185fb71e636822c3f5e1eb', 'amz-sdk-invocation-id': b'3a8b5a73-8138-4906-8916-3eed1b2bd14e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:57 GMT', 'x-amzn-requestid': 'D43cto4FBrM8NUDMtS7sOMQGvn2Gdy7AimW3YB24hTi7OxXw1b4f', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171557Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171557Z
20251126/us-east-1/s3/aws4_request
66be4b02b4ce3153a5f5f7eab28d0d6cc21837698c0c6583ad148a24b4831005
DEBUG    botocore.auth:auth.py:430 Signature:
ea16b09073718107164ecd90287c0d7331658abc2a31ca5a8df310085749acc4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171557Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea16b09073718107164ecd90287c0d7331658abc2a31ca5a8df310085749acc4', 'amz-sdk-invocation-id': b'ba1afed8-1712-4b8b-8698-e49be3a13d83', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:57 GMT', 'x-amzn-requestid': '6v2b9ZLwUR5r6XCJYF2n9e79GsDxbOb5Kv725aJAOZmK6Xm1suff', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3d14b0d1-1a46-4c5b-8890-09f0ef20f566, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3d14b0d1-1a46-4c5b-8890-09f0ef20f566, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3d14b0d1-1a46-4c5b-8890-09f0ef20f566, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1fe04ec3-60c8-49de-8c81-b88422091b49, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1fe04ec3-60c8-49de-8c81-b88422091b49, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1fe04ec3-60c8-49de-8c81-b88422091b49, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171559Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171559Z
20251126/us-east-1/s3/aws4_request
09aa55cdf0822661c7a36e70be28825c4a73cba8434694c900af5f7d7b4231fd
DEBUG    botocore.auth:auth.py:430 Signature:
e7a5e96c6d8ec41d0c88b19baac7626637d386eeb65ac3ea91bdc4d3bf6b043b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171559Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e7a5e96c6d8ec41d0c88b19baac7626637d386eeb65ac3ea91bdc4d3bf6b043b', 'amz-sdk-invocation-id': b'480f0409-16b6-4c2d-b809-c550594028f6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:59 GMT', 'x-amzn-requestid': 'KxBpyA5h6iCdsFtIYMBDRlm6MrMOr3OYbyP4xQssfHcz9GfmAKDF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171559Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171559Z
20251126/us-east-1/s3/aws4_request
ba8307a77d20169aa8cb64c9f0e43e1ca915e8789e1b462b286c885baf747c0f
DEBUG    botocore.auth:auth.py:430 Signature:
7c073ed10650ef3d3e87376130d33ce1805862bca5f54a74b5d9d8f34838842d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171559Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7c073ed10650ef3d3e87376130d33ce1805862bca5f54a74b5d9d8f34838842d', 'amz-sdk-invocation-id': b'bb67508d-da15-40b4-bb6b-0fa61c959f50', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:59 GMT', 'x-amzn-requestid': 'LEnBpoGi4XcyA0be2lAWxAoYm0dSPjXKPKYB7oEfc4BAM3aYXacR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171559Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171559Z
20251126/us-east-1/s3/aws4_request
9cf9ff1cde16398af629b5253ee988d27cc2a5e7cb22bd81d04f277ad720a477
DEBUG    botocore.auth:auth.py:430 Signature:
fd9bb9f2c619ff2836a68a6d77611d973c3e8b37001b54b82f17901f460ff14a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171559Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fd9bb9f2c619ff2836a68a6d77611d973c3e8b37001b54b82f17901f460ff14a', 'amz-sdk-invocation-id': b'3e3aa4df-37b1-4eae-9fec-3398e27a0aff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:15:59 GMT', 'x-amzn-requestid': '3BlNYHY27j5PmK4psiZNcwmzSL9nyZeQK81VEhscuxqeACE5RpwX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 735ef646-f13a-463a-a18d-2ff3276bf568, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 735ef646-f13a-463a-a18d-2ff3276bf568, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 735ef646-f13a-463a-a18d-2ff3276bf568, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dd17eb97-a5a3-4d1b-9d41-cb86e54f9f16, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dd17eb97-a5a3-4d1b-9d41-cb86e54f9f16, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dd17eb97-a5a3-4d1b-9d41-cb86e54f9f16, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171600Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171600Z
20251126/us-east-1/s3/aws4_request
706c27ff6cc0999fa0e463a30ccdef86d51945cc198fd7bff7958ead35d58760
DEBUG    botocore.auth:auth.py:430 Signature:
c449e0d9a3d21037064b57c7c86a797beb89464a8c17c369f03e5daf13e311b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171600Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c449e0d9a3d21037064b57c7c86a797beb89464a8c17c369f03e5daf13e311b1', 'amz-sdk-invocation-id': b'f146b939-047c-4e49-889a-7f21bf052e82', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:00 GMT', 'x-amzn-requestid': 'C2quDvq196e7LibR5z62UKMiupU9TT3wbJDnxSAJg8FSOhNVMlj8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171600Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171600Z
20251126/us-east-1/s3/aws4_request
8d3d29795d56b2be99920393161048037cd5cacae4b3c6f4577043548d308589
DEBUG    botocore.auth:auth.py:430 Signature:
5677b3c74b67976388d4436f2b898c1ca4245febd8dfa72fa94708d9ebe78db7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171600Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5677b3c74b67976388d4436f2b898c1ca4245febd8dfa72fa94708d9ebe78db7', 'amz-sdk-invocation-id': b'f25673ff-f16d-4e1a-b0f5-754993f8d428', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:00 GMT', 'x-amzn-requestid': 'AOoQCMdbn9Uq4ePkmLgKysT0O03fhly2R2bIpG0DO51hb9fwBSuU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171600Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171600Z
20251126/us-east-1/s3/aws4_request
deff023cdb22f958fac6796d4c4bd78297fd722c43cf2a48ba61a6a4fdd4cab8
DEBUG    botocore.auth:auth.py:430 Signature:
21d5d1408544eed76d317f663794e894ce81d82bfec0560e31816eb7b14ca936
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171600Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21d5d1408544eed76d317f663794e894ce81d82bfec0560e31816eb7b14ca936', 'amz-sdk-invocation-id': b'd725992f-e50e-4432-b6f9-5225911b4bda', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:00 GMT', 'x-amzn-requestid': '7odBySenkMqSLAFaCMAQPwEw8IdytVfhsNi1q2yCSaORfIlDhsdC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d026fd6b-33d1-433a-ab07-22c4984a30dd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d026fd6b-33d1-433a-ab07-22c4984a30dd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d026fd6b-33d1-433a-ab07-22c4984a30dd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6b74388c-da3d-4944-b50a-dc1e1338aae6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6b74388c-da3d-4944-b50a-dc1e1338aae6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6b74388c-da3d-4944-b50a-dc1e1338aae6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171602Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171602Z
20251126/us-east-1/s3/aws4_request
d0e6a943a14d240d64482101f8b115de3f5039c8fa09c6211265e2cdd8e0c765
DEBUG    botocore.auth:auth.py:430 Signature:
083c0f2a3c12ed79c1de06371afd9dd734e5ee7d33e4385ed372bba337d4c3b5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171602Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=083c0f2a3c12ed79c1de06371afd9dd734e5ee7d33e4385ed372bba337d4c3b5', 'amz-sdk-invocation-id': b'831c8971-7860-4f29-9e39-3905a28f5248', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:02 GMT', 'x-amzn-requestid': 'RrzW6DogJsTDe4rkIqdXQR7Jhmf99bohj4l2YoS5c92RT26Jqn9K', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171602Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171602Z
20251126/us-east-1/s3/aws4_request
980329bc1feb9f6c80ec7127ff3f7bb4848b2586bfdac99bfd7731bc9e825d71
DEBUG    botocore.auth:auth.py:430 Signature:
2e60ff66057153831dec17a81a0b06994460085542ad3bd4d79ec0fdf729f34e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171602Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2e60ff66057153831dec17a81a0b06994460085542ad3bd4d79ec0fdf729f34e', 'amz-sdk-invocation-id': b'ac49e004-02cd-4a7d-8a0e-647d0a9e23a3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:02 GMT', 'x-amzn-requestid': 'yXaKZ9Mpifme5vyjk0KVdDIBoEYXWF3o1Q2cVDG3wuVrk3Gy1F6y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171602Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171602Z
20251126/us-east-1/s3/aws4_request
81a8dfe9a68250bbbe1f83c507410a998bd66cc676385eca6c81b8e541a47494
DEBUG    botocore.auth:auth.py:430 Signature:
d8e2424139dcc97ed3e0e76d951866b28aea3377ce5294cee15416e066cc1186
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171602Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d8e2424139dcc97ed3e0e76d951866b28aea3377ce5294cee15416e066cc1186', 'amz-sdk-invocation-id': b'fb29e355-8271-4ab9-81d8-7f4c70d85303', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:02 GMT', 'x-amzn-requestid': 'aQSxLhIGUed6yb4K2WFWpek9GR7fhrsBJFnUkgpvOf2jS14HPOT3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9aecc70e-1d46-45fa-a80b-7d7f746be067, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9aecc70e-1d46-45fa-a80b-7d7f746be067, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9aecc70e-1d46-45fa-a80b-7d7f746be067, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8797896d-46c9-42c9-8004-c1fb6a861d24, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8797896d-46c9-42c9-8004-c1fb6a861d24, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8797896d-46c9-42c9-8004-c1fb6a861d24, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171603Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171603Z
20251126/us-east-1/s3/aws4_request
4ad52498c48b0ca67d3329c5fafbd79ffaf24af29e1ba0cad35c5e8ebf8c0eb3
DEBUG    botocore.auth:auth.py:430 Signature:
88a0347ee14643085bceb1e5a1f29b1d5610cbc5cbb9bbedc968daeb11540df2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171603Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88a0347ee14643085bceb1e5a1f29b1d5610cbc5cbb9bbedc968daeb11540df2', 'amz-sdk-invocation-id': b'a0615bae-6b3b-49b7-a9ee-c14baee428c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:03 GMT', 'x-amzn-requestid': '6CHcaYSXDSvZ4rbpM2nT5mSFo5Xj8pIDo9uMYJ3bg6g8nwVrI5Zi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171603Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171603Z
20251126/us-east-1/s3/aws4_request
2042aa733c55e8c3157594ee582aae132b83a4bdf5ec7faffdb9b06e5eea4575
DEBUG    botocore.auth:auth.py:430 Signature:
6a8e1121f3f460fa327a292a652575e571965fe90f1958c945c965b1be7bc76e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171603Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a8e1121f3f460fa327a292a652575e571965fe90f1958c945c965b1be7bc76e', 'amz-sdk-invocation-id': b'ed4e59cc-c830-4c87-87da-17ed06d3cf18', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:03 GMT', 'x-amzn-requestid': 'PbZgkMO2OkefMDc9QFFboXyNPwMULpP70NyU8TfBhZz3a5CHlGhV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171603Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171603Z
20251126/us-east-1/s3/aws4_request
0948eec30b53cacc868b533b139268180a66b71388a51d45b8fc2338d721921c
DEBUG    botocore.auth:auth.py:430 Signature:
409e4c27139342496a304a2396dc41d49f1bfbda8055c29100fe919b3cfa351f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171603Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=409e4c27139342496a304a2396dc41d49f1bfbda8055c29100fe919b3cfa351f', 'amz-sdk-invocation-id': b'acc05d5d-46bc-4334-b45d-52ea5f00bfc8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:03 GMT', 'x-amzn-requestid': 'tX62Bc4yma22sSKG7mmuWDcAVSWBMB7LPhjnUhpopxAKHJmV53qp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e3b9e09d-fff1-4c7c-a3be-25c4bb7a17aa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e3b9e09d-fff1-4c7c-a3be-25c4bb7a17aa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e3b9e09d-fff1-4c7c-a3be-25c4bb7a17aa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ebfce8d6-a5ea-4edc-97b7-4d7773a5e5b1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ebfce8d6-a5ea-4edc-97b7-4d7773a5e5b1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ebfce8d6-a5ea-4edc-97b7-4d7773a5e5b1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171604Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171604Z
20251126/us-east-1/s3/aws4_request
cf9555498625a8da34e7bda04932279567d31c3c12450ec8b05c095f05086368
DEBUG    botocore.auth:auth.py:430 Signature:
2d7cb06d2ab1727e41f3073a19313a1d14c139e23e60c79a7d9c735ab624305c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171604Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2d7cb06d2ab1727e41f3073a19313a1d14c139e23e60c79a7d9c735ab624305c', 'amz-sdk-invocation-id': b'14780453-970e-4bfe-8760-826c268e695d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:04 GMT', 'x-amzn-requestid': 'OlWP9MsnI25h9ttRVTL0BXCTlOLI8xv5HWfx402NLio5V51X2ieD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171604Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171604Z
20251126/us-east-1/s3/aws4_request
4e62db4f48e1f2345863699aed635c394f00f6576d86b66e2be2d9878784b9f1
DEBUG    botocore.auth:auth.py:430 Signature:
b084f99d306aa17059cc0dcaeebf72b6c0e65488d434e80c8be1a9ce11b0d619
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171604Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b084f99d306aa17059cc0dcaeebf72b6c0e65488d434e80c8be1a9ce11b0d619', 'amz-sdk-invocation-id': b'cd2db0fa-eb94-4c41-b570-2b3f7d48c19f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:04 GMT', 'x-amzn-requestid': 'rng3ZK4uXqHiKh5wCvm54hIlEGEidvgklrrng6SCC5nVxt6JyYyC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171604Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171604Z
20251126/us-east-1/s3/aws4_request
da2c3022a5b5ff468f6cc6caae746ad6c7377878a7a568a8c2d8aa3e2a8e0879
DEBUG    botocore.auth:auth.py:430 Signature:
6f05eeaa5bd1e03a5e83d3930c103e2ac563778974a70620875633ad84b0b41d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171604Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f05eeaa5bd1e03a5e83d3930c103e2ac563778974a70620875633ad84b0b41d', 'amz-sdk-invocation-id': b'b9cbd726-d2a6-473f-9b0a-0e61a0811644', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:04 GMT', 'x-amzn-requestid': 'HznPifh0SBi9j4PJUGZJhDMlx7MxSOIdrOsvP1CbouTrbwEtWux2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 120e7fe1-e16c-4799-bcc8-f6cce0f3c215, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 120e7fe1-e16c-4799-bcc8-f6cce0f3c215, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 120e7fe1-e16c-4799-bcc8-f6cce0f3c215, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 57c7e326-48d2-417b-90fe-800ac0e129b1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 57c7e326-48d2-417b-90fe-800ac0e129b1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 57c7e326-48d2-417b-90fe-800ac0e129b1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171606Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171606Z
20251126/us-east-1/s3/aws4_request
7cac674306187e1b5148c181fb49fc1e6135c6163fcca9a0e58a5055498ddcef
DEBUG    botocore.auth:auth.py:430 Signature:
a316f287defe1ed6c1f48d30dc2ed83e08751e7a804cf17100c7477dac544044
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171606Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a316f287defe1ed6c1f48d30dc2ed83e08751e7a804cf17100c7477dac544044', 'amz-sdk-invocation-id': b'8bfa5fce-c676-4df0-af68-05efb0b9f500', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:06 GMT', 'x-amzn-requestid': '8zAeG9MALP2XTYwuhIfO5pXyHtfDmRhWz7Ds7JnWZbsyNgSkQo5k', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171606Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171606Z
20251126/us-east-1/s3/aws4_request
cab9e620e75c3443d998afb697492d6c4a04e0d1f42c2fa280a5e992496acc57
DEBUG    botocore.auth:auth.py:430 Signature:
0578d7066a5ee93af267148e7fb375dfdfe4353d4d4319f71fe4d969293608f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171606Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0578d7066a5ee93af267148e7fb375dfdfe4353d4d4319f71fe4d969293608f0', 'amz-sdk-invocation-id': b'17197b4b-a932-48f6-a6a5-48a19edb10f0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:06 GMT', 'x-amzn-requestid': 'yv1RcvuYWvFddi2Ha5QmJcI310pLdaWveWSIQaHOc5MGF1kX6bXK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171606Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171606Z
20251126/us-east-1/s3/aws4_request
586363e06b4f7d38964978151eed021a18cc6b1c8eb4b716f07054adbb9aa99e
DEBUG    botocore.auth:auth.py:430 Signature:
f6e6e9509e8594c83b178f90f4b3e1a5aaffba19778acb0dc637b3afdf53865f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171606Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f6e6e9509e8594c83b178f90f4b3e1a5aaffba19778acb0dc637b3afdf53865f', 'amz-sdk-invocation-id': b'f451a377-4f9f-4c16-b0ae-5010f7b4f4ae', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:06 GMT', 'x-amzn-requestid': '8KCtK0a58KkPdnT04zFaRZ9aXV4M9vzQEVz9dBgfu8Kb8U3MrRSX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3340b978-73c2-4153-abce-68605ded3624, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3340b978-73c2-4153-abce-68605ded3624, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3340b978-73c2-4153-abce-68605ded3624, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 678ac625-39f8-4556-8a4a-a121502778c0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 678ac625-39f8-4556-8a4a-a121502778c0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 678ac625-39f8-4556-8a4a-a121502778c0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 392, 'ActivePortions': 392}}, blobs: {'__DEFAULT': {'Portions': 392, 'BlobSize': 4518320, 'BlobCount': 1446}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, cabfd935-f280-49d8-a4aa-b6decf7f4eab, localhost:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, cabfd935-f280-49d8-a4aa-b6decf7f4eab, localhost:11655): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, cabfd935-f280-49d8-a4aa-b6decf7f4eab, localhost:11655): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-etizk2qaui.auto.internal" port: 11655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-etizk2qaui.auto.internal:11655, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11655
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171607Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171607Z
20251126/us-east-1/s3/aws4_request
8e76809389d7a6d1d3f039447064a6b74c40b5ae8546fa1c29b35297e6d060f2
DEBUG    botocore.auth:auth.py:430 Signature:
cfa6931b223ce4e5b5794d27257fc2ae0073895ae7cf552489aaa70561fd50cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171607Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cfa6931b223ce4e5b5794d27257fc2ae0073895ae7cf552489aaa70561fd50cf', 'amz-sdk-invocation-id': b'bf9fd38b-0618-4fb1-93b1-1baaed2f2b66', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:07 GMT', 'x-amzn-requestid': 'Uv9DBimJ3PxMniw3wi8lzID4zv9XfNmxadP3tDNGq5RTsZGPBcwd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171607Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171607Z
20251126/us-east-1/s3/aws4_request
fbe7057c9ee17a05b3da75890b9d905ca957dbe549458fd4e7c33bc6a0882a8f
DEBUG    botocore.auth:auth.py:430 Signature:
877243c8f4db450e8f3d70af5f14e8f1171c3fd1defe9b1339ae66b2adcfc1c3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171607Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=877243c8f4db450e8f3d70af5f14e8f1171c3fd1defe9b1339ae66b2adcfc1c3', 'amz-sdk-invocation-id': b'ec6f2e0f-c955-4643-89c1-8e2fcf917502', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:07 GMT', 'x-amzn-requestid': 'kKSNbXYGe5Nx8ToZyru72BCndvskjD4WTpcm8FtuHuMDH20jMTnK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171607Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171607Z
20251126/us-east-1/s3/aws4_request
f951e376632466baa0000fbe0f6ded6162b3dafc02d81b76bc9b129c12edffcd
DEBUG    botocore.auth:auth.py:430 Signature:
64669cbce9746d3010a550a9c5f86713ea6ccf85698428d0399f537b814a125f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171607Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=64669cbce9746d3010a550a9c5f86713ea6ccf85698428d0399f537b814a125f', 'amz-sdk-invocation-id': b'c6d8321b-a0c6-4b47-af57-3ebeee4eaa64', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:07 GMT', 'x-amzn-requestid': '8gyktB0008cO8S8UNbrdvtWTkDjQcDFgCxkKuXm3s8KelZScknh2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e5203fb1-6440-4f4a-a604-6dda4ba93dcf, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e5203fb1-6440-4f4a-a604-6dda4ba93dcf, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e5203fb1-6440-4f4a-a604-6dda4ba93dcf, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0d7095ff-5b82-494e-8420-adee132cde6c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0d7095ff-5b82-494e-8420-adee132cde6c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0d7095ff-5b82-494e-8420-adee132cde6c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 275, 'ActivePortions': 265}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 260, 'BlobSize': 4594408, 'BlobCount': 1150}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 98afbba8-4b5b-4c3f-899d-64896aabe42c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 98afbba8-4b5b-4c3f-899d-64896aabe42c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * from `/Root/test_data_unchanged_after_ttl_change/table` ORDER BY ts" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 98afbba8-4b5b-4c3f-899d-64896aabe42c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:189 Old record count 100000 new record count 100000
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:202 
                ALTER TABLE `/Root/test_data_unchanged_after_ttl_change/table` SET (TTL =
                    Interval("PT800M") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc`,
                    Interval("PT850M") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium`,
                    Interval("PT900M") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc`
                    ON ts
                )
            
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a7d3ae23-5f0c-4ef4-a0cd-672d9fb8ed6a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a7d3ae23-5f0c-4ef4-a0cd-672d9fb8ed6a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                ALTER TABLE `/Root/test_data_unchanged_after_ttl_change/table` SET (TTL =\n                    Interval(\"PT800M\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc`,\n                    Interval(\"PT850M\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium`,\n                    Interval(\"PT900M\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc`\n                    ON ts\n                )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a7d3ae23-5f0c-4ef4-a0cd-672d9fb8ed6a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:204 TTL set in 0.08822202682495117 seconds
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171613Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171613Z
20251126/us-east-1/s3/aws4_request
08e2d6a9d8235e5e134392b7880ce4299f86c42f0bd8a2d868216a43ee465ec6
DEBUG    botocore.auth:auth.py:430 Signature:
e385fd557f4b6d96f488137bccd4144759844b3814300e4b917c5a8231e7f451
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171613Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e385fd557f4b6d96f488137bccd4144759844b3814300e4b917c5a8231e7f451', 'amz-sdk-invocation-id': b'96c7956f-c5f0-4104-813e-df700f638710', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:13 GMT', 'x-amzn-requestid': 'miyRN05p30it53sNsi14dptoBE6puqkN6hBCp4ZoM9R10AW1bzd0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171613Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171613Z
20251126/us-east-1/s3/aws4_request
955effef8ef9a2b9ffed3fbe3cac540ac89f2e386fed9ab886e8c35205291962
DEBUG    botocore.auth:auth.py:430 Signature:
032350ca006341e6010f6f7c9739e91006d45196a9f31801192aa013c95b816b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171613Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=032350ca006341e6010f6f7c9739e91006d45196a9f31801192aa013c95b816b', 'amz-sdk-invocation-id': b'93dc2d61-e4f4-4631-8f29-f8207b4f4718', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:13 GMT', 'x-amzn-requestid': 'WJC63tLXh8lNf7y5dCJloRALKgYAbc8YAeXQ1JqO8dIUiSvdISBs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171613Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171613Z
20251126/us-east-1/s3/aws4_request
6a652f5821880453c0090abe30809fe18e14a0949cfbf66fb27e2ca9fc8a086c
DEBUG    botocore.auth:auth.py:430 Signature:
ac2c7091b0410557ed66b475a0c2cc9ef2a2dea6a0a1826375122062025e9fb8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171613Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ac2c7091b0410557ed66b475a0c2cc9ef2a2dea6a0a1826375122062025e9fb8', 'amz-sdk-invocation-id': b'c8228413-9849-416b-b118-3e130f463314', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:13 GMT', 'x-amzn-requestid': 'hpbLLTSDKrbwX9fDFPyr1aVQA2qZqTRbtMKnnhMrb8hLK3uj77Ku', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bc1aaf54-b7b2-41b7-bad5-c49ba8e9d8b2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bc1aaf54-b7b2-41b7-bad5-c49ba8e9d8b2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bc1aaf54-b7b2-41b7-bad5-c49ba8e9d8b2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b9e9ec2a-3ce4-40f4-bbb0-e1b3d885232a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b9e9ec2a-3ce4-40f4-bbb0-e1b3d885232a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b9e9ec2a-3ce4-40f4-bbb0-e1b3d885232a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171614Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171614Z
20251126/us-east-1/s3/aws4_request
497deb8930804d2f4671609f54987fb6b877f9f2a821476d6d2a6dfaf4361b6f
DEBUG    botocore.auth:auth.py:430 Signature:
97371c858548802f44d5ad3995559455f17f9a573ba889d40d09c52d32c83f7f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171614Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=97371c858548802f44d5ad3995559455f17f9a573ba889d40d09c52d32c83f7f', 'amz-sdk-invocation-id': b'37f71c02-fa67-4d24-9612-ec014daea978', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:14 GMT', 'x-amzn-requestid': 'G1HBgjm6c2uZwoxSN99ldo3iM1bHyoiLdSEq3VNhZOylKeBSFNMQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171614Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171614Z
20251126/us-east-1/s3/aws4_request
0526708b02a3b5d843292647e184a4200f96bb26b4a8ea52a4917769abe901b0
DEBUG    botocore.auth:auth.py:430 Signature:
87ddac8ca24fa2b03f407dbadb41258868a859c4752e00b2233be0f416f01386
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171614Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=87ddac8ca24fa2b03f407dbadb41258868a859c4752e00b2233be0f416f01386', 'amz-sdk-invocation-id': b'0e0eb379-8bc1-4f3f-b532-236350e0f3f1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:14 GMT', 'x-amzn-requestid': 'uRaEDUexDhvzgl7qMYPLMNdrruAURYlhCuzbClbjGHqV3oLJQbFh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171614Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171614Z
20251126/us-east-1/s3/aws4_request
f64e4a2bda84025b2a518e38308569a69817f27244d69945e2ed116fac1bf9f7
DEBUG    botocore.auth:auth.py:430 Signature:
77028812c72f3b4f61678fb6d886e754f28a7f280160e193ae0e90eb728f0bac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171614Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77028812c72f3b4f61678fb6d886e754f28a7f280160e193ae0e90eb728f0bac', 'amz-sdk-invocation-id': b'5b0b2b02-d6fe-4db9-bff7-bc5a416fe017', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:14 GMT', 'x-amzn-requestid': 'hYQyww7c6ZBQN0NyGCHp5ihWjahylg0bPrF4RzuVy3mjHXN7vTln', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ddb3e6cd-5165-4293-840e-cec5d7e9f162, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ddb3e6cd-5165-4293-840e-cec5d7e9f162, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ddb3e6cd-5165-4293-840e-cec5d7e9f162, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d256a81-3df0-4507-b25c-d985db437941, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d256a81-3df0-4507-b25c-d985db437941, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4d256a81-3df0-4507-b25c-d985db437941, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171615Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171615Z
20251126/us-east-1/s3/aws4_request
7498be0e1ed5d40d70908bd8d5e8660a8891a69ff51219622305491f79f0f77c
DEBUG    botocore.auth:auth.py:430 Signature:
d514f09cf8f93823fe9735b9178a59e83a11434627635c74dcb04fdb6cd086e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171615Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d514f09cf8f93823fe9735b9178a59e83a11434627635c74dcb04fdb6cd086e5', 'amz-sdk-invocation-id': b'b2b24f35-e5bb-4e8d-bd21-f54f667d0acf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:15 GMT', 'x-amzn-requestid': '798VrXF491S6V2ZgVfpfY6jqnes72uWE3dcCOGnOseNDC6NThXNF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171615Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171615Z
20251126/us-east-1/s3/aws4_request
b50c713ced5d711cd6a26ac79f0b94d6c4b6c6bbe57e53a34eaa6b5b687d4e29
DEBUG    botocore.auth:auth.py:430 Signature:
c5c5b55ef709cf51407291061466ae472e7267df2b0bb4887cd2c478346cefb6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171615Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c5c5b55ef709cf51407291061466ae472e7267df2b0bb4887cd2c478346cefb6', 'amz-sdk-invocation-id': b'8e795581-0fa4-4263-a45d-e5cd1782464f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:15 GMT', 'x-amzn-requestid': 'd9O2iqPOM18RavGNThg2PyJr2H9BuaYuW5JNWGsm8TvegxNLK7si', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171615Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171615Z
20251126/us-east-1/s3/aws4_request
0c50ab19178b3123f2f3d12a566ee6f4d2e932c07a919e2e8bb3ba3fc29255f1
DEBUG    botocore.auth:auth.py:430 Signature:
1bd5a481cf37066cffd1f46fcef69c6e4e1d344ab6729f204facca87643028fb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171615Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1bd5a481cf37066cffd1f46fcef69c6e4e1d344ab6729f204facca87643028fb', 'amz-sdk-invocation-id': b'd2417009-1aa5-4e29-b3f7-d3fe7ecc2394', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:15 GMT', 'x-amzn-requestid': 'MOpYlB6v7FDY9LRBr9eJ9VnbZfm4RUeGNImnSBhbHhITqVhPJiS0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea0f0cb2-c98d-4e21-b94f-d166e5f6eaae, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea0f0cb2-c98d-4e21-b94f-d166e5f6eaae, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ea0f0cb2-c98d-4e21-b94f-d166e5f6eaae, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a3ca8401-e9ca-474b-b052-203c9decbdbd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a3ca8401-e9ca-474b-b052-203c9decbdbd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a3ca8401-e9ca-474b-b052-203c9decbdbd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171617Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171617Z
20251126/us-east-1/s3/aws4_request
81b3526d7f0830b3ce91800b36ce83e7807bb4d9edf6ce58f080dc4c7716750d
DEBUG    botocore.auth:auth.py:430 Signature:
4db4b4353dcdea7872f842501c8d7b75e46d57514b8a2a19c893742e47324d74
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171617Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4db4b4353dcdea7872f842501c8d7b75e46d57514b8a2a19c893742e47324d74', 'amz-sdk-invocation-id': b'88a46714-b9b4-454a-afc3-96f1e3c69ec1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:17 GMT', 'x-amzn-requestid': 'ypv3W2fJ9dDDlAi06Kj6rl1g1aar3GqVATipTRCHgecne2kjSik3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171617Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171617Z
20251126/us-east-1/s3/aws4_request
b2fe2f358ffd5191cbeb8d3f9f9bd03ea207c8ec3935e9c7d677dfc93b921650
DEBUG    botocore.auth:auth.py:430 Signature:
278825a41347b6eb0e583eb1697ac1706f847fe984635d2fb4b4c302c4a1e736
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171617Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=278825a41347b6eb0e583eb1697ac1706f847fe984635d2fb4b4c302c4a1e736', 'amz-sdk-invocation-id': b'd34ec080-4cfe-442a-b94a-9c1bacbfca69', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:17 GMT', 'x-amzn-requestid': '5jJylNRhj4t8Frvivo5rFfVGJiNV9Xtbi8aNcQEYyrUSBvupXw2e', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171617Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171617Z
20251126/us-east-1/s3/aws4_request
86e36dd39cb73fa3b0aa0bd1506e8d7464fa42765cc83a37cbb1a8edbb3109d9
DEBUG    botocore.auth:auth.py:430 Signature:
1de6b14f577ef523da1bc245b155600ff5e9ea5b30994c88ee12094f3156d572
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171617Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1de6b14f577ef523da1bc245b155600ff5e9ea5b30994c88ee12094f3156d572', 'amz-sdk-invocation-id': b'eabab84c-d60f-447c-b2ad-73fc9df0799e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:17 GMT', 'x-amzn-requestid': 'fyWEip34ESce1l4IeUquUg8szQ992JG0CyBN3LCcMEYJl1VQOiI9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fe8966fe-5011-4bf2-b81e-648ef93e28ad, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fe8966fe-5011-4bf2-b81e-648ef93e28ad, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fe8966fe-5011-4bf2-b81e-648ef93e28ad, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9f8f7a13-2309-434e-baa9-315093c96b6c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9f8f7a13-2309-434e-baa9-315093c96b6c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9f8f7a13-2309-434e-baa9-315093c96b6c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171618Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171618Z
20251126/us-east-1/s3/aws4_request
5012630e1cc67a01e0214ad5e74ad9be22429d999e3c40b1fa9cd2aa0e11018a
DEBUG    botocore.auth:auth.py:430 Signature:
513daf922889bb84c6d604e712a38757f4ab5ddc1fbeeb8d6f0974dc295c4237
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171618Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=513daf922889bb84c6d604e712a38757f4ab5ddc1fbeeb8d6f0974dc295c4237', 'amz-sdk-invocation-id': b'60a6ecf0-43c1-416e-90c0-95e4075c1a0e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:18 GMT', 'x-amzn-requestid': 'xEqeWXSuni0js058DwUShqzkOK9wKHhj3s9St5TEo0NeR8cP0mlb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171618Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171618Z
20251126/us-east-1/s3/aws4_request
9abeff32603aea8b3e2ec44db37ad612627c109391fc734dff5062f6b3ed99b4
DEBUG    botocore.auth:auth.py:430 Signature:
8f44f5c0f138d7ff2c527fcc8f2d15e39dc453b939f778ddc3fe304581531ace
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171618Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f44f5c0f138d7ff2c527fcc8f2d15e39dc453b939f778ddc3fe304581531ace', 'amz-sdk-invocation-id': b'7b547c51-ac22-4e77-aa27-10e1684bb0ee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:18 GMT', 'x-amzn-requestid': 'F5T0ksudsylgLZLaamisjNSKwAktQOihluoH1HAcwc4Ld6jWoMVZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171618Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171618Z
20251126/us-east-1/s3/aws4_request
21c3c3039fb1b155b87c67beaa3ebeeaa71d365952140cc53073921cd30401ec
DEBUG    botocore.auth:auth.py:430 Signature:
1db2e0b386635f302bb602d55b28c3f341fd86400149916746d61fe6d5cc5c10
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171618Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1db2e0b386635f302bb602d55b28c3f341fd86400149916746d61fe6d5cc5c10', 'amz-sdk-invocation-id': b'e3cc94ad-d65e-4a30-9368-bc8cddf9d108', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:18 GMT', 'x-amzn-requestid': 'S5RILzF0bf2furro6C3skCWS1D9mAB49kjKVAxajebYFjIon2aJ4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d1de41ff-c34f-40df-adc2-e3c5feee7f08, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d1de41ff-c34f-40df-adc2-e3c5feee7f08, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d1de41ff-c34f-40df-adc2-e3c5feee7f08, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f10aa7f1-61a7-4e5b-b0ac-93ad4eaf6782, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f10aa7f1-61a7-4e5b-b0ac-93ad4eaf6782, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f10aa7f1-61a7-4e5b-b0ac-93ad4eaf6782, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171619Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171619Z
20251126/us-east-1/s3/aws4_request
a79e725401507b17ec31898010c5e0760bc21f28d78963d93feb879fc9a190fa
DEBUG    botocore.auth:auth.py:430 Signature:
31936798bcea08e0c121f90253203976ac16ecf370c9cace28457f90d82003d6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171619Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=31936798bcea08e0c121f90253203976ac16ecf370c9cace28457f90d82003d6', 'amz-sdk-invocation-id': b'785f4dec-d0a5-4340-a384-8393b74df2b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:19 GMT', 'x-amzn-requestid': 'cgW1FYr9xsBZYiVkkqqGAYLlvPDw4m9bvui483klMi4qQg7b1mmf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171619Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171619Z
20251126/us-east-1/s3/aws4_request
bb3a2b2fd2959f26085ff61ffc19ecf1d1bc17c2877815cefce3f0cb72994979
DEBUG    botocore.auth:auth.py:430 Signature:
4b5b63343a8420fc9b55139f0773d31a915652872b903522e4b3657077cf5d98
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171619Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b5b63343a8420fc9b55139f0773d31a915652872b903522e4b3657077cf5d98', 'amz-sdk-invocation-id': b'1a97c73b-386c-4ae9-aa81-0b6c49a542e6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:19 GMT', 'x-amzn-requestid': 'jmSDcSxE5R45RcVUGjECJwfA1awu6JsJVfR5LEYT7iIR1d5UB2dt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171619Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171619Z
20251126/us-east-1/s3/aws4_request
408c95f2a75b6205a6473c1adc912b6bbee42670df7e712a8eba0105ea1677c1
DEBUG    botocore.auth:auth.py:430 Signature:
771f8f031fdf445b1c5bd56847cf66fd0d42438b6557014452e29ebcc9f84cbb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171619Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=771f8f031fdf445b1c5bd56847cf66fd0d42438b6557014452e29ebcc9f84cbb', 'amz-sdk-invocation-id': b'5ef20400-f16a-4a7a-94a6-9ca8311d372c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:19 GMT', 'x-amzn-requestid': 'IQaeXiqbq5ZCdYNQTqlcr7g9g453yi4WqXSInfANhCSpTF3cw4Og', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 325a2efd-4198-4446-b702-2f14361c3852, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 325a2efd-4198-4446-b702-2f14361c3852, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 325a2efd-4198-4446-b702-2f14361c3852, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88731a12-ea9b-4b28-8cf3-20e6b0f4f65b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88731a12-ea9b-4b28-8cf3-20e6b0f4f65b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 88731a12-ea9b-4b28-8cf3-20e6b0f4f65b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171621Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171621Z
20251126/us-east-1/s3/aws4_request
5f925be9d062422200ce607d167ef43c0450381adeddfd26cc3772220d49dd5e
DEBUG    botocore.auth:auth.py:430 Signature:
4f6743ca67e3852b39c45d024f31eb4be549bd2f9d4c8e42bc045c4b00482e44
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171621Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4f6743ca67e3852b39c45d024f31eb4be549bd2f9d4c8e42bc045c4b00482e44', 'amz-sdk-invocation-id': b'237da06f-fbf5-4398-893c-d286854d2af5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:21 GMT', 'x-amzn-requestid': 'SQ5eyGyFNzWoBAfrM0j6rxj61Eaxioyo7RXsDvTRUppTED0x1FbZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171621Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171621Z
20251126/us-east-1/s3/aws4_request
291330269ef559cf55f9d885c10a727752e5aab9e683eac61ef1a417bd208254
DEBUG    botocore.auth:auth.py:430 Signature:
5288ee3cd9bc67a4f761a555cd3c4141b77b699fd7c1f43c68ec60609962b46e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171621Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5288ee3cd9bc67a4f761a555cd3c4141b77b699fd7c1f43c68ec60609962b46e', 'amz-sdk-invocation-id': b'048c04ec-47a3-4807-98ae-5a04254512f2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:21 GMT', 'x-amzn-requestid': 'T3pBhXf5xNwWcozLcvheIr5ZjDdaOcP9xnHfKaRTRfMZaOMxe9IZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171621Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171621Z
20251126/us-east-1/s3/aws4_request
11977172cd5b6f804198ce72f2e59cc6dc45f6a71aff2484d94f5eb31b015199
DEBUG    botocore.auth:auth.py:430 Signature:
d76944a83f402cae16744c77b35072817941614f7b131aaffede4507a6c3ccf8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171621Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d76944a83f402cae16744c77b35072817941614f7b131aaffede4507a6c3ccf8', 'amz-sdk-invocation-id': b'7c997a87-c91f-4b81-bac0-244cda53a294', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:21 GMT', 'x-amzn-requestid': 'qIKlMZtuJ3s9RpudSGSACyXrzwxMSC4Z9x3Y5GeWpBwburo8Wro2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ce3a041e-9cee-4ae2-9aec-7633a8fd8e6d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ce3a041e-9cee-4ae2-9aec-7633a8fd8e6d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ce3a041e-9cee-4ae2-9aec-7633a8fd8e6d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa9f74bc-12be-4adf-a199-74ce6275c0d5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa9f74bc-12be-4adf-a199-74ce6275c0d5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aa9f74bc-12be-4adf-a199-74ce6275c0d5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171622Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171622Z
20251126/us-east-1/s3/aws4_request
f6aa51723f5328af8ef7c0004288de82406a45868f188d65078d3c6544f0d9aa
DEBUG    botocore.auth:auth.py:430 Signature:
99d39f9d52b1c375308d11150c9fc71ddbe3949e01c4ff69a1128a06831ab0a7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171622Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=99d39f9d52b1c375308d11150c9fc71ddbe3949e01c4ff69a1128a06831ab0a7', 'amz-sdk-invocation-id': b'485046ba-a362-4c88-bd0c-4b14bb7c8bf4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:22 GMT', 'x-amzn-requestid': 'JjbIuItJ9nNCUYWAVzsqyIrkyJiZ5LrD2IFdsovsqgBBIWqdQ7qq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171622Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171622Z
20251126/us-east-1/s3/aws4_request
ae426b170c3126bd837ad0f77c6259c88d404f1228a4c40e5c3f1051cf580065
DEBUG    botocore.auth:auth.py:430 Signature:
048861043ba2fbb5e702d6ba44347714dd4839890cec6842052ae9e23c202f29
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171622Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=048861043ba2fbb5e702d6ba44347714dd4839890cec6842052ae9e23c202f29', 'amz-sdk-invocation-id': b'b661d3ec-8ec7-41d5-a556-88130e38687f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:22 GMT', 'x-amzn-requestid': 'i8f0NjNQ9bIChiOMeVafJzdEzY7gR5ZIoKFCMTJ3yv1f2JHL9v7N', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171622Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171622Z
20251126/us-east-1/s3/aws4_request
63102df384327d8e8009559b67351f451928fcb8873b63483e47fcb39f67225b
DEBUG    botocore.auth:auth.py:430 Signature:
ddfadb94b70bb0fbac5b123b2046ee65f750d8e95dac2cbcb5e598a95c03a552
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171622Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ddfadb94b70bb0fbac5b123b2046ee65f750d8e95dac2cbcb5e598a95c03a552', 'amz-sdk-invocation-id': b'e9f68011-0fdf-4deb-9505-85687b201f75', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:22 GMT', 'x-amzn-requestid': 'FtBkrJ16SSRE8HgOTq94UkTGqTN4qGucRc9s20vfAbeGeycVi6YB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9591c5e8-4a69-4cee-ac46-bef79bb9cff5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9591c5e8-4a69-4cee-ac46-bef79bb9cff5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9591c5e8-4a69-4cee-ac46-bef79bb9cff5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d9735872-af07-4e99-99a3-8db39d72d0b2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d9735872-af07-4e99-99a3-8db39d72d0b2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d9735872-af07-4e99-99a3-8db39d72d0b2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171623Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171623Z
20251126/us-east-1/s3/aws4_request
1340ad3d4a444d8f2ff74eea9f39dcda41dd9a5d7ad81d9462ee99ff11bc4ae5
DEBUG    botocore.auth:auth.py:430 Signature:
45f61f0e00812e26ae724bb45c8f6c3681bc8b78e1639e3f821ed2740fcb83e7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171623Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45f61f0e00812e26ae724bb45c8f6c3681bc8b78e1639e3f821ed2740fcb83e7', 'amz-sdk-invocation-id': b'a5fbd862-92b3-447f-946d-c115459df224', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:23 GMT', 'x-amzn-requestid': 'u0HNoN78QYqaL5J7pNo8m505VEUkhj2i6J2hxLj65oaaLY02p404', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171623Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171623Z
20251126/us-east-1/s3/aws4_request
549e063540409564c0e119c23f59d55d8fe79f16057c5d461f5cfe281e05e73c
DEBUG    botocore.auth:auth.py:430 Signature:
e374bcc26e732eae5dcde38930de5a43b8e8a81dc936507547a57c965a61be5b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171623Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e374bcc26e732eae5dcde38930de5a43b8e8a81dc936507547a57c965a61be5b', 'amz-sdk-invocation-id': b'f10d21fd-f864-468e-b5ca-f02453f7baf9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:23 GMT', 'x-amzn-requestid': 'o0bmHptw15NRhL7cc42dIWRyQ9bzWCbKzahAuQn7vUmkZMGFniN8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171623Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171623Z
20251126/us-east-1/s3/aws4_request
53098e6fd488cd8e1adfb52f407ce58d6f1d9f53c41ebcdcea24815987d76d70
DEBUG    botocore.auth:auth.py:430 Signature:
7b0f47b14b4e360cd414d9de5d96e10e4f5183831c30f5ec30ce43236f0d0db3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171623Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b0f47b14b4e360cd414d9de5d96e10e4f5183831c30f5ec30ce43236f0d0db3', 'amz-sdk-invocation-id': b'8379f8ad-6bc8-4ffc-9660-d7f4ba3198c1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:23 GMT', 'x-amzn-requestid': 'QylO0qGauLS7L5g6lO40VchB7JF0pJMIcv3TA1eV1TWGlujJdgSF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b0118ca0-e8e5-457d-aa3c-b61c95ccf6d7, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b0118ca0-e8e5-457d-aa3c-b61c95ccf6d7, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b0118ca0-e8e5-457d-aa3c-b61c95ccf6d7, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aab9dd44-6d84-44d0-adc6-b3a49a87fd4d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aab9dd44-6d84-44d0-adc6-b3a49a87fd4d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aab9dd44-6d84-44d0-adc6-b3a49a87fd4d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171625Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171625Z
20251126/us-east-1/s3/aws4_request
ef7492a59139ac3f0bd435d53dca08e2030d81e23a1a9a12425202850b5caed2
DEBUG    botocore.auth:auth.py:430 Signature:
f08be8627d7ce3d97ba5ca63a21cd749d35cdbd8172d772d97daada97041b5ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171625Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f08be8627d7ce3d97ba5ca63a21cd749d35cdbd8172d772d97daada97041b5ce', 'amz-sdk-invocation-id': b'f7c307e3-b8bc-400b-a9ec-1489eefe2840', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:25 GMT', 'x-amzn-requestid': 'CvnGgkcFomz7QXF53hWIJxLaqMpGDTqOnOxMllZEnykV28OC1swA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171625Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171625Z
20251126/us-east-1/s3/aws4_request
7118e5ea04ca1e2f3703bebc47c95d55f19fabbc2783c60126fa9277163a35c9
DEBUG    botocore.auth:auth.py:430 Signature:
4f322ecd728fd67c465f11be06446012ac52db8a8789b8bc0a527a3f2875a8a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171625Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4f322ecd728fd67c465f11be06446012ac52db8a8789b8bc0a527a3f2875a8a1', 'amz-sdk-invocation-id': b'ff9a2e57-3666-4c95-8e82-0826587df139', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:25 GMT', 'x-amzn-requestid': 'eLnafaHSdb9qmaGnPO80mYtS6uOerLQgJpWENM9Tna0WQuzdENd7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171625Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171625Z
20251126/us-east-1/s3/aws4_request
654d1545d9ff9d82285dfad64a2bd34a6c11373e27ac93ab8e1e505815b0cd1b
DEBUG    botocore.auth:auth.py:430 Signature:
ad419dba40254fc6512ccd8957f386a5b81d85a27a52e9bfa770e466b77224f8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171625Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad419dba40254fc6512ccd8957f386a5b81d85a27a52e9bfa770e466b77224f8', 'amz-sdk-invocation-id': b'3d3352cc-69f4-432c-9a80-3df448800855', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:25 GMT', 'x-amzn-requestid': 'AvQVePHp9SFb75iICv0yrauF7G8bgbxSXZYkFP3nPRCPEjEE3t17', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17d220e8-afd1-48f8-af93-002a2ac5466d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17d220e8-afd1-48f8-af93-002a2ac5466d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 17d220e8-afd1-48f8-af93-002a2ac5466d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0dec26a5-9271-4954-9420-b8f0f0ab8716, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0dec26a5-9271-4954-9420-b8f0f0ab8716, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0dec26a5-9271-4954-9420-b8f0f0ab8716, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171626Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171626Z
20251126/us-east-1/s3/aws4_request
b7dbc25ac52a2c493e7fe2bbb8596ee8c937b4705b101da2188ab5a71ba593c2
DEBUG    botocore.auth:auth.py:430 Signature:
392c22073ae9f1542635b2260b19e4b9fd1b0d81cade10fc002c2d33b79f0011
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171626Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=392c22073ae9f1542635b2260b19e4b9fd1b0d81cade10fc002c2d33b79f0011', 'amz-sdk-invocation-id': b'460f20ba-2990-402a-b9ec-d416b4a4379f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:26 GMT', 'x-amzn-requestid': 'qKMeX1Sqty5PFDhA8MywG5HJZbuiO6ManWabp3FjVL8qfqQeA6mc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171626Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171626Z
20251126/us-east-1/s3/aws4_request
99d118ba2b14df96c3feb7910b54f498260422a467a719e65a039e2431b40797
DEBUG    botocore.auth:auth.py:430 Signature:
e261123237128590c6f2d19b08179b558fa51e6827691c6f8d09f63b0246f7be
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171626Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e261123237128590c6f2d19b08179b558fa51e6827691c6f8d09f63b0246f7be', 'amz-sdk-invocation-id': b'd8a7cdf7-2494-40b6-a945-d542aae2c6fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:26 GMT', 'x-amzn-requestid': '21yYsEkrCecLVNrrPczW7yblGDfUkAo0zNwB4k9LR9d6YJw83oc9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171626Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171626Z
20251126/us-east-1/s3/aws4_request
370d530ace04c48297eec390279dcd3c31e6a71d44306d49e1ded983e90ff8e8
DEBUG    botocore.auth:auth.py:430 Signature:
6a37616a3590c4874e6c2ea5f3fc5a2c24a8fc03348af2d545b54bce322c7165
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171626Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a37616a3590c4874e6c2ea5f3fc5a2c24a8fc03348af2d545b54bce322c7165', 'amz-sdk-invocation-id': b'14d42b81-1d82-40ee-848a-74539fba82dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:26 GMT', 'x-amzn-requestid': 'wYMqw9s676MrPeAq0PZqmZqTuiJtelXfxoO64ZOwJS645jbfY0Ko', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 24c79cae-bb91-468e-93c9-bdb6100da57d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 24c79cae-bb91-468e-93c9-bdb6100da57d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 24c79cae-bb91-468e-93c9-bdb6100da57d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c997185d-fe78-4bf0-8093-1e299d9594a5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c997185d-fe78-4bf0-8093-1e299d9594a5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c997185d-fe78-4bf0-8093-1e299d9594a5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171627Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171627Z
20251126/us-east-1/s3/aws4_request
70950977d8fd9a31bbb9333ed5be4211dcd635e6ff19f91b960d3136318e20dd
DEBUG    botocore.auth:auth.py:430 Signature:
f498b8dc106f24f26b03e3bb0d9cac4e37f71925a3fd7889cee378962818ceb3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171627Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f498b8dc106f24f26b03e3bb0d9cac4e37f71925a3fd7889cee378962818ceb3', 'amz-sdk-invocation-id': b'4619370e-6249-44d6-ae3c-8df129294f5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:27 GMT', 'x-amzn-requestid': 'mCB18k1h2l7BQta91HjLTQBuDLYHoWgyLrc7aAQwIkiNcnUDe2rt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171627Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171627Z
20251126/us-east-1/s3/aws4_request
ed10383892f2b8bfab3bda83af4a35b8e371f9e3b84ef8d7be93fe7bc4272b1e
DEBUG    botocore.auth:auth.py:430 Signature:
a64cdd848807ad1782753e1e211768af0e82a4951472fee00809c587b8057f87
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171627Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a64cdd848807ad1782753e1e211768af0e82a4951472fee00809c587b8057f87', 'amz-sdk-invocation-id': b'd45d5ca4-423f-4255-b4ef-3089de5b5949', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:27 GMT', 'x-amzn-requestid': 'BSnmkahcjCVdMyxEdNFX2PVaj1sHw9Hp9gMt5olRvSjLukSrb4Ml', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171627Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171627Z
20251126/us-east-1/s3/aws4_request
607a967ba7602ec51ea032912b47cf6d0332f4ce13b5e674bb40ff72b1ecf5dd
DEBUG    botocore.auth:auth.py:430 Signature:
b6cecea448317bf444620eeb837d9e9adf94ba93e56ee6e3595527baae784027
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171627Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b6cecea448317bf444620eeb837d9e9adf94ba93e56ee6e3595527baae784027', 'amz-sdk-invocation-id': b'dcd3f8c2-83a3-4f21-89f8-93cee86c3ca3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:27 GMT', 'x-amzn-requestid': 'zvYbstRVmfuvbwTKvm3PdOAgjSpbgbeeq4BLibKK1WQAsIWzR0uI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d7b1875-0512-4885-afcd-6439a18e8d37, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d7b1875-0512-4885-afcd-6439a18e8d37, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d7b1875-0512-4885-afcd-6439a18e8d37, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 16301229-3d2c-4ea7-b053-5a574f0e1b0e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 16301229-3d2c-4ea7-b053-5a574f0e1b0e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 16301229-3d2c-4ea7-b053-5a574f0e1b0e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171629Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171629Z
20251126/us-east-1/s3/aws4_request
68c8399268d63b889079d4ce86c4f1196a873f9e346d11a290318349dca2a9ea
DEBUG    botocore.auth:auth.py:430 Signature:
de756078f366e238ce17c383739112e93ba64e8394cd53652ab75f4eda521a64
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171629Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=de756078f366e238ce17c383739112e93ba64e8394cd53652ab75f4eda521a64', 'amz-sdk-invocation-id': b'3c4cc703-15ed-4a56-948a-c138090ae407', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:29 GMT', 'x-amzn-requestid': '4Ykn5vRgVkFiPB3ElVWnq2zaNQhX5eirlOR8YCdQmzL6DDytyqt4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171629Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171629Z
20251126/us-east-1/s3/aws4_request
08018ad04287b30621d093171a4dee2d8a96e6fd732d7641cb87841716630401
DEBUG    botocore.auth:auth.py:430 Signature:
60bc25cbc406534c2aee65ee3116d4a420edbd988be7c7081897c8b77aa2ec23
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171629Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=60bc25cbc406534c2aee65ee3116d4a420edbd988be7c7081897c8b77aa2ec23', 'amz-sdk-invocation-id': b'1b9be7cb-2234-451e-9cd5-852e74b826bd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:29 GMT', 'x-amzn-requestid': 'WX6qnSi2rMSSfVakKQ48uS8n9UQrCGpwAMlvn6oMaWCcwspyzi2B', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171629Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171629Z
20251126/us-east-1/s3/aws4_request
065c60a49712c3b08adc494175cfd5385ce9afe597e3e960e7324f774ceb455e
DEBUG    botocore.auth:auth.py:430 Signature:
2785c9b9cf5ff1f8812903ad3f0e58b4b49146d631f8f4245711a83032d9d770
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171629Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2785c9b9cf5ff1f8812903ad3f0e58b4b49146d631f8f4245711a83032d9d770', 'amz-sdk-invocation-id': b'257999b2-ec3a-42eb-b596-1d92bcd0fd9f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:29 GMT', 'x-amzn-requestid': 'XQGbKaciQciDEoOgLkgUvQJlJxTXhv4ajfCCyZnRE44fmcnJ0UiJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ac045f90-c03d-4d9c-b2a3-a1bdb2db57c3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ac045f90-c03d-4d9c-b2a3-a1bdb2db57c3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ac045f90-c03d-4d9c-b2a3-a1bdb2db57c3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bfba4a71-30d8-43c0-9dfd-79c9496ee084, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bfba4a71-30d8-43c0-9dfd-79c9496ee084, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bfba4a71-30d8-43c0-9dfd-79c9496ee084, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171630Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171630Z
20251126/us-east-1/s3/aws4_request
a40059cdae98ea53bdd8cb125fe1975f200917c52b775ed79b2a541d9bc5dfb1
DEBUG    botocore.auth:auth.py:430 Signature:
df69d7171325aca6acf61445b4032c01269600be0f176a99d3e1f4f53c62aeac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171630Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=df69d7171325aca6acf61445b4032c01269600be0f176a99d3e1f4f53c62aeac', 'amz-sdk-invocation-id': b'0d54c196-45b4-4ddf-b5b3-040ba964eeed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:30 GMT', 'x-amzn-requestid': 'q9mN2OrKbH4qNECIl3BTc7ll7hl0R61KXg4GoJrjClf0FaGmfvd0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171630Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171630Z
20251126/us-east-1/s3/aws4_request
6559630aa62562f0c7e5b60f83a9312352196c851a2d604f262ebaf065dba0a1
DEBUG    botocore.auth:auth.py:430 Signature:
eb1468b6903681174921d366756bd7d95dae4b78ffcd14adfa706cf8d673ddf6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171630Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb1468b6903681174921d366756bd7d95dae4b78ffcd14adfa706cf8d673ddf6', 'amz-sdk-invocation-id': b'f6f6149b-7849-440a-aa16-370d40a433fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:30 GMT', 'x-amzn-requestid': 'lMGZgvcGp5gbzj6ZixcTuYsP2mABcVLRDQKmSKm72XvxAUeQvqXo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171630Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171630Z
20251126/us-east-1/s3/aws4_request
6dfe13fd558619f7c41a596cac5491334d540a57d3b64027603e18509d7a9817
DEBUG    botocore.auth:auth.py:430 Signature:
b63aca9b36ef9530e3277f71a13c0c6b716887592aa399e041be698401a9fdcf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171630Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b63aca9b36ef9530e3277f71a13c0c6b716887592aa399e041be698401a9fdcf', 'amz-sdk-invocation-id': b'4fd4e25e-cbef-4b1b-9194-a17567f5fd60', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:30 GMT', 'x-amzn-requestid': 'xhcRQp0ZFTcrM0FJDOi83nGbjL1Bi9HdufX6KQHgYuDeXAXWARz8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c850a265-36c7-4b9b-acce-ec09c9327f2d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c850a265-36c7-4b9b-acce-ec09c9327f2d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c850a265-36c7-4b9b-acce-ec09c9327f2d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cee0f2b2-c191-4670-b1f8-bb0ff07a5efc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cee0f2b2-c191-4670-b1f8-bb0ff07a5efc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cee0f2b2-c191-4670-b1f8-bb0ff07a5efc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171631Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171631Z
20251126/us-east-1/s3/aws4_request
42f1823605431b24d1e5792d81d3731d1d0d6b33cab7dedc0f44ee961e35c483
DEBUG    botocore.auth:auth.py:430 Signature:
9c37371cec80eca7bff91a310085dae8d7a9a75bacc403a0ac84e450ed676c73
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171631Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9c37371cec80eca7bff91a310085dae8d7a9a75bacc403a0ac84e450ed676c73', 'amz-sdk-invocation-id': b'fa3abba2-ef42-4227-8979-702c69ebe373', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:31 GMT', 'x-amzn-requestid': 'aCQdSK29IgsWX4S6XvZZ0oFE52tIN9WhKWwqQfSdAkUudNrFqqbY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171631Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171631Z
20251126/us-east-1/s3/aws4_request
2a958f500dc37aa9e2c13e38b938806915eb89739709261b9ccccfe849b8c9ff
DEBUG    botocore.auth:auth.py:430 Signature:
76a21de52698a8e2e4ee672275d73dbcca0aa75ac9cb4297603f0b99f68c469d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171631Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=76a21de52698a8e2e4ee672275d73dbcca0aa75ac9cb4297603f0b99f68c469d', 'amz-sdk-invocation-id': b'2e96415d-6b30-4035-b360-d93bbccc53b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:31 GMT', 'x-amzn-requestid': 'a5bCipY51KIizrTRlkmG7gi7SNCNOeaQ0neZeaSI5HHYQcwGVACz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171631Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171631Z
20251126/us-east-1/s3/aws4_request
66b81a092557a719472770f54d175c97462223f35195209e9ff755e62de7df81
DEBUG    botocore.auth:auth.py:430 Signature:
0a8711cd46c68b60df882b228180ef074bd59e36d8715a737b5cbc5f4d276237
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171631Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a8711cd46c68b60df882b228180ef074bd59e36d8715a737b5cbc5f4d276237', 'amz-sdk-invocation-id': b'859bdd9e-5997-488a-af93-84e66d1c01aa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:31 GMT', 'x-amzn-requestid': 'fzM5NilZxlWR3twU1567xnj94VEDG3OabeXUF6FzE4VZJFzvh58u', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ef43f1a1-8422-44f3-80e7-95e19c753da9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ef43f1a1-8422-44f3-80e7-95e19c753da9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ef43f1a1-8422-44f3-80e7-95e19c753da9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d2bd0d84-6719-493e-9997-c21e44eb579b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d2bd0d84-6719-493e-9997-c21e44eb579b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d2bd0d84-6719-493e-9997-c21e44eb579b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171633Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171633Z
20251126/us-east-1/s3/aws4_request
8090a29fd4248eb923546871efd06b3e88121e99a607bbe16fc92830a42d8ef6
DEBUG    botocore.auth:auth.py:430 Signature:
450e3a42a572371747140d442aab219fe5b85b336b6821e57a462e55a8299709
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171633Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=450e3a42a572371747140d442aab219fe5b85b336b6821e57a462e55a8299709', 'amz-sdk-invocation-id': b'304569ec-5f8b-479a-ac70-ee4fde2d8f13', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:33 GMT', 'x-amzn-requestid': '3vVkhduZYFzvypWWReKuk5BWMRGgwYrkPqZDw7XNqUwV0N5x6MoP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171633Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171633Z
20251126/us-east-1/s3/aws4_request
f63792798f7109ccd3737c32d13a9b35b551019b078401f1ff1c403f44c2bb98
DEBUG    botocore.auth:auth.py:430 Signature:
bbdcfc1a96f6dbce51e1e0507dca70d7b9dd434aac9cb5d2e9867d8089391860
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171633Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bbdcfc1a96f6dbce51e1e0507dca70d7b9dd434aac9cb5d2e9867d8089391860', 'amz-sdk-invocation-id': b'dcdc5aaa-85d5-4172-953c-272f337da1e4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:33 GMT', 'x-amzn-requestid': 'tLxCcQKq1PnaAwf69Wi4hN66FokQfs5nYWeXCah5Z4Q8hYVIvYZL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171633Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171633Z
20251126/us-east-1/s3/aws4_request
b9d412f4a38b63bb1a1afe6af5c089d9d35d990429721e954de045b7b4429198
DEBUG    botocore.auth:auth.py:430 Signature:
3f969d5fe7a316b3ccef4129b6157a971d1247350d8cd2e879d078d7bc5fd697
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171633Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3f969d5fe7a316b3ccef4129b6157a971d1247350d8cd2e879d078d7bc5fd697', 'amz-sdk-invocation-id': b'1b1502c9-0f6e-47d3-8b68-122be2251cc0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:33 GMT', 'x-amzn-requestid': '9MYp1lnIGFGYUyGKgMoq99rHAkJGGgEF1Caj4T6QjJsuIYnpG69i', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 60eb74b9-49a2-45f2-8ac4-93885007abd9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 60eb74b9-49a2-45f2-8ac4-93885007abd9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 60eb74b9-49a2-45f2-8ac4-93885007abd9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 087ff838-fc2e-4d42-865e-748b8b5d9e80, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 087ff838-fc2e-4d42-865e-748b8b5d9e80, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 087ff838-fc2e-4d42-865e-748b8b5d9e80, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171634Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171634Z
20251126/us-east-1/s3/aws4_request
275fba6c5c95bead3e891fcd1d82ca0aee56b06c3894c2f24184706866b18af8
DEBUG    botocore.auth:auth.py:430 Signature:
a94eb67f5db8f9302cd8369e51f043792a27d4f79a7942ab379972c6462cb7a4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171634Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a94eb67f5db8f9302cd8369e51f043792a27d4f79a7942ab379972c6462cb7a4', 'amz-sdk-invocation-id': b'9acba38a-49c8-49e7-84f3-3d4ddffd238f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:34 GMT', 'x-amzn-requestid': 'I6b8UJAblqr0PWqZ962l8spvqqpIXcxzqICYUysAaZXV0X8wYdVe', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171634Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171634Z
20251126/us-east-1/s3/aws4_request
628a31b3650aa9916862de7f07029ed893e5ab5febcdf2bc329f613ba639ea5a
DEBUG    botocore.auth:auth.py:430 Signature:
edabb4317a4af9076693f5fd2b70338bab01c5bf392ba1f0fe3da927c0b0c2e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171634Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=edabb4317a4af9076693f5fd2b70338bab01c5bf392ba1f0fe3da927c0b0c2e5', 'amz-sdk-invocation-id': b'594b9b1b-3a8a-40cd-8a36-80931dbb5f2c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:34 GMT', 'x-amzn-requestid': 'Mmlhb4TzpGBflZkv7fOD46E4qlLlQpyNNUgS1ftFRQNJWhBV2wVi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171634Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171634Z
20251126/us-east-1/s3/aws4_request
3618178b8b104ec568ad83a765d5445efa86f338c116c69790ed4875ac5a5ca3
DEBUG    botocore.auth:auth.py:430 Signature:
81e3be222a5f9449fa4b57e7d19f49109c853f6c39a94defb1ac2e5037349b7c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171634Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=81e3be222a5f9449fa4b57e7d19f49109c853f6c39a94defb1ac2e5037349b7c', 'amz-sdk-invocation-id': b'33849ae5-a7e8-4e76-8cf2-2a8d55e53420', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:34 GMT', 'x-amzn-requestid': 'cVmwl4lUjyDoriN06mnji3V2D3YLr4uusB1t7Xn9jkTJIpKi3LhG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e0ca20c3-004c-4d1c-b3f4-a109800a1fb3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e0ca20c3-004c-4d1c-b3f4-a109800a1fb3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e0ca20c3-004c-4d1c-b3f4-a109800a1fb3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8a3fea16-a092-452b-b312-316cdf52d65f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8a3fea16-a092-452b-b312-316cdf52d65f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8a3fea16-a092-452b-b312-316cdf52d65f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171635Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171635Z
20251126/us-east-1/s3/aws4_request
572594e4f8bd62456286d49e6bd9c89d905ecf974ca53592b9cea79b436eb33e
DEBUG    botocore.auth:auth.py:430 Signature:
ee4690085659dae79855039c053d89c5321453f89b92212b60296e29f95d90d8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171635Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee4690085659dae79855039c053d89c5321453f89b92212b60296e29f95d90d8', 'amz-sdk-invocation-id': b'b1726f57-4a26-4f6a-b3ae-8f957afe4119', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:35 GMT', 'x-amzn-requestid': '09DN3ZEMNJp4tuTXpMNm0x3ifP4oFS9YJ563nndY7bFyccN2rrGl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171635Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171635Z
20251126/us-east-1/s3/aws4_request
aba81d89c7f67023f5c908313f32795798ed2334e6101873c19bf1089ec748d4
DEBUG    botocore.auth:auth.py:430 Signature:
72c8e352035d522061e4e0efa1f48123e4e57b646216aded7ddbb6022196788d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171635Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=72c8e352035d522061e4e0efa1f48123e4e57b646216aded7ddbb6022196788d', 'amz-sdk-invocation-id': b'dc757bb6-8ffd-4db9-99be-679d0603b520', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:35 GMT', 'x-amzn-requestid': 'LGFwXYIZrgeUgznOvMb1mqsJVeozMqdruhtTOhLLl0LnnRAdvXfo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171636Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171636Z
20251126/us-east-1/s3/aws4_request
e10e17098d0b483883b78a4460289c6ee151740e0a44bafed2b517cff3ed288d
DEBUG    botocore.auth:auth.py:430 Signature:
19850a3d47d40b3d79007e0116ba249758a1f13f98157e437a9aa218b13533dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171636Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=19850a3d47d40b3d79007e0116ba249758a1f13f98157e437a9aa218b13533dc', 'amz-sdk-invocation-id': b'0345fc59-6288-40d7-ba77-25c72af0188c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:36 GMT', 'x-amzn-requestid': 'a8cKU2KBMCKxN0FNXJPnhvfKcddu9rsMbUp4KegDYF1q5Abj27DD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 80c728bf-39a4-420c-bf91-f98148f71aad, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 80c728bf-39a4-420c-bf91-f98148f71aad, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 80c728bf-39a4-420c-bf91-f98148f71aad, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 920ee586-18a1-474f-9c08-6b2756ec4f4b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 920ee586-18a1-474f-9c08-6b2756ec4f4b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 920ee586-18a1-474f-9c08-6b2756ec4f4b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171637Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171637Z
20251126/us-east-1/s3/aws4_request
a0e0c8ecec1e73146fda39ad7547518a52572e5459197146f1f689b748d14565
DEBUG    botocore.auth:auth.py:430 Signature:
d6e90810cac62dd30d6672ecf9f5192ef432ea323b5400104891daf4881a13a0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171637Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d6e90810cac62dd30d6672ecf9f5192ef432ea323b5400104891daf4881a13a0', 'amz-sdk-invocation-id': b'974c19e7-2074-4e62-bab7-ed0d61777379', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:37 GMT', 'x-amzn-requestid': 'b8Ce9qVe9KtdhKaVUVLRmB83vToRtdozR0v6u9cVRzWCbhmgQhC1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171637Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171637Z
20251126/us-east-1/s3/aws4_request
c43fdcbbd1d6b1d3df4e31f24d4b10d340873ee5f963611320d206c4bcd606b4
DEBUG    botocore.auth:auth.py:430 Signature:
4eef18f13bde2e900a9a86d57113a5b1ed4b9dd93939385c1d442de7f4844f91
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171637Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4eef18f13bde2e900a9a86d57113a5b1ed4b9dd93939385c1d442de7f4844f91', 'amz-sdk-invocation-id': b'72e4bc53-03f8-4b20-a6a3-abfc305a9f5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:37 GMT', 'x-amzn-requestid': 'NKRJv1MLGmNZmytMTIRXxOgGRDTL8gDmwdeQwO8aiQGB7adDkz8T', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171637Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171637Z
20251126/us-east-1/s3/aws4_request
d34038ae555e6cdaf9b8651e681c61cf4d3a2eefe8e950cbb69f6da80e4ec77b
DEBUG    botocore.auth:auth.py:430 Signature:
b64a96a8ea37e26fde95020981d052a48cb6398268f5757041aca8feaa5bc8bf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171637Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b64a96a8ea37e26fde95020981d052a48cb6398268f5757041aca8feaa5bc8bf', 'amz-sdk-invocation-id': b'86024b60-c182-4815-8ee8-b9a5c6aca89f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:37 GMT', 'x-amzn-requestid': 'JV8pnqEl8QxV4QwKVKyKOI35H9SeFeMqVYdjKXrcxpB9mrJS27u8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4726e1a6-8189-4ae4-a4cc-8be52fd3a0f6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4726e1a6-8189-4ae4-a4cc-8be52fd3a0f6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4726e1a6-8189-4ae4-a4cc-8be52fd3a0f6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 485520f1-9896-45f0-ae9c-b52c48fa687f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 485520f1-9896-45f0-ae9c-b52c48fa687f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 485520f1-9896-45f0-ae9c-b52c48fa687f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171638Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171638Z
20251126/us-east-1/s3/aws4_request
afa83c561d60442fbae5adf9c65101d50ca314ce602dcd260ba678dc659f04eb
DEBUG    botocore.auth:auth.py:430 Signature:
d398d3ce5b5be9f6c84368e2e479174619bbd9c81c5d41b41629c290b8ac1cd1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171638Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d398d3ce5b5be9f6c84368e2e479174619bbd9c81c5d41b41629c290b8ac1cd1', 'amz-sdk-invocation-id': b'010fa1b4-501a-4305-afdc-66c3ff251416', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:38 GMT', 'x-amzn-requestid': 'FwKcj2nt1qZGK3qSPSsioEIiTU9pJFUjBorsI7o6ao5oX6SqmlFi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171638Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171638Z
20251126/us-east-1/s3/aws4_request
3452f20c97c617b4e413a16ff9dfb1464866ef3a6a356c5153b5cefe75d4c2a9
DEBUG    botocore.auth:auth.py:430 Signature:
6a86a9b0fb5adf4533001b4f05fab03393ce39e9a55dd9daed911131405e808e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171638Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a86a9b0fb5adf4533001b4f05fab03393ce39e9a55dd9daed911131405e808e', 'amz-sdk-invocation-id': b'8c35f1e8-55d7-4e57-bf25-67cbb53cb064', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:38 GMT', 'x-amzn-requestid': 'mHfSZJdx4fbQwKNY0CfoqzbYQx04oKgzmo3Poq7yX7dZivbNzr3P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171638Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171638Z
20251126/us-east-1/s3/aws4_request
76f742b44d14451e0c71aa8373215fe6173bba927d4c460314110c13ce1894eb
DEBUG    botocore.auth:auth.py:430 Signature:
6ae155e11f4af4ddad84af870a61377e30bb47222f3bcfb0117e7d94878c8217
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171638Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6ae155e11f4af4ddad84af870a61377e30bb47222f3bcfb0117e7d94878c8217', 'amz-sdk-invocation-id': b'7e78d948-fb73-4396-b5a0-c71230fbcdf4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:38 GMT', 'x-amzn-requestid': 'K4CwUmE8r6ZwrywnfjJ2bcnj4v9GKaTrDGmf5fjMq6Gm1lUBeTpp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d105bf32-6c3f-4d21-a1ad-dca2f199c8dd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d105bf32-6c3f-4d21-a1ad-dca2f199c8dd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d105bf32-6c3f-4d21-a1ad-dca2f199c8dd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 48470a2b-0e3d-47ab-80d1-5ddd63ec7a3e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 48470a2b-0e3d-47ab-80d1-5ddd63ec7a3e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 48470a2b-0e3d-47ab-80d1-5ddd63ec7a3e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171640Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171640Z
20251126/us-east-1/s3/aws4_request
f2f8fce8579fe22aa906b1b19bcb2881bce753936133cbfef4ae092224394521
DEBUG    botocore.auth:auth.py:430 Signature:
88d817bbc34e5dd314331b0bb35204338d5c94029bd4e23d79187ac966bb936f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171640Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88d817bbc34e5dd314331b0bb35204338d5c94029bd4e23d79187ac966bb936f', 'amz-sdk-invocation-id': b'866702b6-6342-487e-9b6e-2e361b1c4b6e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:40 GMT', 'x-amzn-requestid': 'a4EIN5GxOPraSjvvZC39ZHIa6ozxdGLp1KNIPGjuWuRtxe0T8DCw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171640Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171640Z
20251126/us-east-1/s3/aws4_request
fdbb8da568ff7fb3b43f9add680a20e778fcf26c39adc189cedce80a49dc87b2
DEBUG    botocore.auth:auth.py:430 Signature:
e088f5af14a38754a1ce5606b95512514dc606ed94d34dee594c8f2c564cdcbb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171640Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e088f5af14a38754a1ce5606b95512514dc606ed94d34dee594c8f2c564cdcbb', 'amz-sdk-invocation-id': b'92c101c0-682b-4e26-95f0-0b6f6e564d6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:40 GMT', 'x-amzn-requestid': 'MtqFNJG0tPRAwQRnCoEPwMO8WJCnqS71ohrnRBf9tAv0EkDqkTZk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171640Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171640Z
20251126/us-east-1/s3/aws4_request
e90d2d654da8a763b10b4c21468b21044e9a0f3c5449b71ffd9e0d366fa2b0ed
DEBUG    botocore.auth:auth.py:430 Signature:
458ffcdc5480eb6f34eff29b6d35629798a7c29be729b4d88dcef6d7b256da42
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171640Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=458ffcdc5480eb6f34eff29b6d35629798a7c29be729b4d88dcef6d7b256da42', 'amz-sdk-invocation-id': b'a355017d-90bb-459e-8553-84f3281f304e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:40 GMT', 'x-amzn-requestid': 'DWW2IbiCcwDELvZWuFKMGGlYO3Wa4nTjOpKSVAZVB4gFeLU019pI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cff18bb6-5904-4610-ae5a-ba585600efb0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cff18bb6-5904-4610-ae5a-ba585600efb0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cff18bb6-5904-4610-ae5a-ba585600efb0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2da7babe-fd6f-4cca-9092-8ac106a12012, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2da7babe-fd6f-4cca-9092-8ac106a12012, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2da7babe-fd6f-4cca-9092-8ac106a12012, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171641Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171641Z
20251126/us-east-1/s3/aws4_request
24c598c915fa72e6d59026dc0f5d298a5b21463c20bf6a82466f17c3a796fd80
DEBUG    botocore.auth:auth.py:430 Signature:
ac3c67d77de80365a2c8e4247e87847783dec655774faf5666a7d1d624e35eba
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171641Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ac3c67d77de80365a2c8e4247e87847783dec655774faf5666a7d1d624e35eba', 'amz-sdk-invocation-id': b'099f2d66-35bd-4260-a2a1-b7c22d527617', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:41 GMT', 'x-amzn-requestid': 'RkDyiH2wt5ErNPv5si4CLzcd0CAkfHacxBHBNocow91Jr67dkAgo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171641Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171641Z
20251126/us-east-1/s3/aws4_request
2d5e73901d8b583e8aaee24b84110ee63379f9094623f9729fc3898be7a7ac23
DEBUG    botocore.auth:auth.py:430 Signature:
c6ae3f3f708c858a5075913831423b23a65df12612902cc29f946b7cd487d413
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171641Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c6ae3f3f708c858a5075913831423b23a65df12612902cc29f946b7cd487d413', 'amz-sdk-invocation-id': b'ea6c06ce-e6fe-492a-882a-b86e07488a0d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:41 GMT', 'x-amzn-requestid': 'GFssbnbj16fRh6iXmZclFXAbCA1MW4Zh3e24v3l98Jsnt9YDmUuo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171641Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171641Z
20251126/us-east-1/s3/aws4_request
a933efbd2bc35b8829a52e0615a0edd306be82861c90f9302c290a3277e3a9d6
DEBUG    botocore.auth:auth.py:430 Signature:
f5a7b78a17908297efc51e3aba8f910e303b90763b5e7ad8889c0498c364d359
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171641Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f5a7b78a17908297efc51e3aba8f910e303b90763b5e7ad8889c0498c364d359', 'amz-sdk-invocation-id': b'cd5e2d59-eae0-4dbd-87c2-f2f3bbef40d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:41 GMT', 'x-amzn-requestid': '1SWVtgxEqH1SLOqCfOxxutKJnRTA2yNSMyvjFHvLFEJHw1iAhBnv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5638aff4-04b1-44fc-8369-6ab29dc5b536, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5638aff4-04b1-44fc-8369-6ab29dc5b536, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5638aff4-04b1-44fc-8369-6ab29dc5b536, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b56de969-4b05-4a36-b4e5-2210e15909c0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b56de969-4b05-4a36-b4e5-2210e15909c0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b56de969-4b05-4a36-b4e5-2210e15909c0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171642Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171642Z
20251126/us-east-1/s3/aws4_request
9265846a5c164ea3898fad0d397bf35b4c66f0dc4505d8836bd2698bb8cd8b99
DEBUG    botocore.auth:auth.py:430 Signature:
6657f670ea409622cec59156ef89bd8e9c0034745e5f5ead5ff4e3969e179e45
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171642Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6657f670ea409622cec59156ef89bd8e9c0034745e5f5ead5ff4e3969e179e45', 'amz-sdk-invocation-id': b'd8efa176-8c76-461e-b61a-5a32829856f0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:42 GMT', 'x-amzn-requestid': 'FK2BJIc5uXAEWCptwmZ8TcJxYivWISOqlERreTXxi6czcirOaE3l', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171642Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171642Z
20251126/us-east-1/s3/aws4_request
f62715862926711c84cf3fc90f383a5a8ce7c263ddc04664b59ba48169e7e573
DEBUG    botocore.auth:auth.py:430 Signature:
54010f681167e163804041e4fe15def14e453fe14a5d766cc1dc71e711a3a0f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171642Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=54010f681167e163804041e4fe15def14e453fe14a5d766cc1dc71e711a3a0f0', 'amz-sdk-invocation-id': b'92fc14c2-52c0-487a-a9a5-dfe52f88949f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:42 GMT', 'x-amzn-requestid': 'OMaw5wAfxmal8ul7h2leviaoHVxyeHTsXRjIQwMopwbLSNEQov0Y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171642Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171642Z
20251126/us-east-1/s3/aws4_request
fa566506634da9af984b2f95a3b85b2b9aeee426262627b1193308010475b4ea
DEBUG    botocore.auth:auth.py:430 Signature:
bee872f42c1793783ae7a441589791a443ba82bad09323048ff7d251b84fad18
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171642Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bee872f42c1793783ae7a441589791a443ba82bad09323048ff7d251b84fad18', 'amz-sdk-invocation-id': b'0178a184-0571-490e-830a-b61ea347020f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:42 GMT', 'x-amzn-requestid': '1Oe3GNY6FDsMGsve3oQnOIRp9awVj3Aofvjn5lesFjphbP0bv5Ea', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 68a2aeaa-ec4e-4fc7-8433-df12f2b91e8c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 68a2aeaa-ec4e-4fc7-8433-df12f2b91e8c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 68a2aeaa-ec4e-4fc7-8433-df12f2b91e8c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 07d1c583-8584-4cc4-84db-44fe0bc1a94e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 07d1c583-8584-4cc4-84db-44fe0bc1a94e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 07d1c583-8584-4cc4-84db-44fe0bc1a94e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171644Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171644Z
20251126/us-east-1/s3/aws4_request
ed2454b2daa3707113133d5b1282e77fb7f77ce082504d507fead5399b4e0e7b
DEBUG    botocore.auth:auth.py:430 Signature:
8b78ffc9805fbb525085d62a8c4b1feeb7eea78771993500b565f984290403bd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171644Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b78ffc9805fbb525085d62a8c4b1feeb7eea78771993500b565f984290403bd', 'amz-sdk-invocation-id': b'87df2dc1-4d08-49a0-ac1b-e0d17833c1a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:44 GMT', 'x-amzn-requestid': 'GgBdDEkGo9RsjqiLkKc58Ue2it4cR07DWuNkYuGBfZNKQG9QA0yX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171644Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171644Z
20251126/us-east-1/s3/aws4_request
0808062ecf792d0abbe58dedad0a5bd3661cb570a9f0649e77a6c0d1556e252b
DEBUG    botocore.auth:auth.py:430 Signature:
b684a26f31efcb131e0d3eeafaad3ab5bff18b429faa936c12ce568a5d377bf6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171644Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b684a26f31efcb131e0d3eeafaad3ab5bff18b429faa936c12ce568a5d377bf6', 'amz-sdk-invocation-id': b'3202d2dc-0892-48b6-96b9-256b98c33f00', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:44 GMT', 'x-amzn-requestid': '1GYwEC2sfapSAOA78TyTFGjmsieO4sChBxGdFpvjIqEUdQNt4NiO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171644Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171644Z
20251126/us-east-1/s3/aws4_request
365b59e629e0f77ab9ac094dd895ec412fded907b9ea97db85648f5453f7d1df
DEBUG    botocore.auth:auth.py:430 Signature:
d43f7f784259a53bce9e6effa774abddb9bdf7dff51ccff76d11fadaeff1ed3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171644Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d43f7f784259a53bce9e6effa774abddb9bdf7dff51ccff76d11fadaeff1ed3d', 'amz-sdk-invocation-id': b'42335ed5-fe0c-48b0-87ab-97bcbee2e0c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:44 GMT', 'x-amzn-requestid': 'Lsv45Xcv3iIn9qcV9KKnyrmXySREe8MUe5Cpis66jPdZzVEjctZ4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5ac373f-130b-4c00-960f-2547c83ef632, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5ac373f-130b-4c00-960f-2547c83ef632, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5ac373f-130b-4c00-960f-2547c83ef632, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, da604db1-5855-431d-b9fe-b689953d01c9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, da604db1-5855-431d-b9fe-b689953d01c9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, da604db1-5855-431d-b9fe-b689953d01c9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171645Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171645Z
20251126/us-east-1/s3/aws4_request
ab628e81f9fc6549ec5e513ddb4f2cf18caf81c43fa1e8432e9342943ba5691c
DEBUG    botocore.auth:auth.py:430 Signature:
9951f31e49b38e53c6bb2af103aa57028965dd12955b60c63e76dccb7665d0ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171645Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9951f31e49b38e53c6bb2af103aa57028965dd12955b60c63e76dccb7665d0ac', 'amz-sdk-invocation-id': b'807449f1-e0ea-4b2b-bfc0-3ab64e0beea0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:45 GMT', 'x-amzn-requestid': 'oopF5rP7id6GuItJu7NeTSGQyIaMA4CKKSOEtACt9uL0l4eXZ3MQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171645Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171645Z
20251126/us-east-1/s3/aws4_request
9ca65d86b56629c9f596e3c0264ef473d83a067fcb13ffb0e9ebd623c3649c29
DEBUG    botocore.auth:auth.py:430 Signature:
d4f3364a499d37a5bc7ad28e091052aa421a3d97e416804618c2d667ac65492c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171645Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4f3364a499d37a5bc7ad28e091052aa421a3d97e416804618c2d667ac65492c', 'amz-sdk-invocation-id': b'f43a232e-46f4-43bd-ac7b-4c6cc2bb6825', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:45 GMT', 'x-amzn-requestid': 'P7JJgBnzrZvZQjFnJaXdSrIWg4Wniy7rhdndQ7UyC4eqU1WZH8Y2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171645Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171645Z
20251126/us-east-1/s3/aws4_request
4df71c96de3587427b8d58096155901cf3757cce8348f17d8f796ae1c3feceb6
DEBUG    botocore.auth:auth.py:430 Signature:
94521d1f873c03f0006eab71d4409d44cffa10bcceef4e7659abf2f7382a67d4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171645Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=94521d1f873c03f0006eab71d4409d44cffa10bcceef4e7659abf2f7382a67d4', 'amz-sdk-invocation-id': b'308d7135-c23d-4ac8-bbd7-52f761504e3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:45 GMT', 'x-amzn-requestid': 'E7wXIgjG0GknY2RfK1BTFUfQYC0NlTWj3n8dFgfJwW8rjMC1fcPA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 10bd4943-799c-4358-a0e9-cff16c3e6d39, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 10bd4943-799c-4358-a0e9-cff16c3e6d39, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 10bd4943-799c-4358-a0e9-cff16c3e6d39, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3a1a2788-73ec-48ab-a1ee-4f57c88987bf, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3a1a2788-73ec-48ab-a1ee-4f57c88987bf, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3a1a2788-73ec-48ab-a1ee-4f57c88987bf, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171646Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171646Z
20251126/us-east-1/s3/aws4_request
fa120812a38b2d263720fbe21cce1d7081ad0001284e2556c0abde894397480e
DEBUG    botocore.auth:auth.py:430 Signature:
0aa72fcd280bf8a028192e06bb62ebba759244b2a4e50193b3d8e25a570b4191
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171646Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0aa72fcd280bf8a028192e06bb62ebba759244b2a4e50193b3d8e25a570b4191', 'amz-sdk-invocation-id': b'bfee59b3-2a06-4e38-872e-47f84396e40c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:46 GMT', 'x-amzn-requestid': 'vL8ogMWKaNkQlz2aTirYtb5zxQcv42vyIvCh4pXkaF90zVk3DGZi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171646Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171646Z
20251126/us-east-1/s3/aws4_request
eede7f2fcf6bcb19f895b49c9ab1f4223126107439ba2b9cc67319033bd91338
DEBUG    botocore.auth:auth.py:430 Signature:
9f0778472b70ea33a46b80c52e908e584c9f8579efe8aa4a9e2316ad41bcd031
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171646Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9f0778472b70ea33a46b80c52e908e584c9f8579efe8aa4a9e2316ad41bcd031', 'amz-sdk-invocation-id': b'2aaa9027-b830-425c-aa16-0565a2362d17', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:46 GMT', 'x-amzn-requestid': 'avadpOINaKVflsxq9llTVzyY9fE8ph9wIsedlEv4ka2u9BszCcI9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171646Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171646Z
20251126/us-east-1/s3/aws4_request
966225006c5c0efa97e2b828e905b5d76efd0b4a68e20c7578ea122effc041e8
DEBUG    botocore.auth:auth.py:430 Signature:
60ca13a331a74517a5311ba75badc6ea7aa1ca527cd4d5ba434c16b1b89d5332
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171646Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=60ca13a331a74517a5311ba75badc6ea7aa1ca527cd4d5ba434c16b1b89d5332', 'amz-sdk-invocation-id': b'6b3b011f-9931-42a6-ac7a-34a6a0d54817', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:46 GMT', 'x-amzn-requestid': '86zzxcfhdiTHURC8AHMec59NVpzDXtHiyo587GA2k5EyJ8OoYXHS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 93ad9a1e-f07f-45ae-9ade-5d844f993d76, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 93ad9a1e-f07f-45ae-9ade-5d844f993d76, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 93ad9a1e-f07f-45ae-9ade-5d844f993d76, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3a666983-3d55-4ee0-b2c7-14bcafecfb85, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3a666983-3d55-4ee0-b2c7-14bcafecfb85, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3a666983-3d55-4ee0-b2c7-14bcafecfb85, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171648Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171648Z
20251126/us-east-1/s3/aws4_request
d00652a033653e7560a334e1fea0e0dd497bb09714f7e2fa6512c992ccb747f3
DEBUG    botocore.auth:auth.py:430 Signature:
804c653cefab61e405e1c80142c7261eccda1c2961fcbef8be3928cd4217e5e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171648Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=804c653cefab61e405e1c80142c7261eccda1c2961fcbef8be3928cd4217e5e0', 'amz-sdk-invocation-id': b'fd469d81-b5fe-41bf-8abe-ac4ff3f90127', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:48 GMT', 'x-amzn-requestid': 'esOy2TJUW2wsVunligDuhFoCUt8Zln4abMmtOW5RJgA7bZenHoQS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171648Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171648Z
20251126/us-east-1/s3/aws4_request
5b692b91ce53f63712d48edd49d80a0e2eea3dbf22a89effc9473f681a95a765
DEBUG    botocore.auth:auth.py:430 Signature:
e53757cd0828b71dcf8604f8789189cd8de274020b2cd12a6121040def6f52dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171648Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e53757cd0828b71dcf8604f8789189cd8de274020b2cd12a6121040def6f52dc', 'amz-sdk-invocation-id': b'b8b424f6-e3a6-480b-aefd-9ae909bb3fa6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:48 GMT', 'x-amzn-requestid': 'nMTxp3DHhGfimtcdOwhqvAS5qmJEUCOj8lKNNToDN0O7Gf5ZvskP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171648Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171648Z
20251126/us-east-1/s3/aws4_request
a32a5802efc47ed3d8cb3a6f0a5dc0629bc658f32802c6547095ecb12d4a68aa
DEBUG    botocore.auth:auth.py:430 Signature:
211b298ddfd840a28e574d8fb79374a5a2222f2bf18e27907c187dc929cb8e3e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171648Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=211b298ddfd840a28e574d8fb79374a5a2222f2bf18e27907c187dc929cb8e3e', 'amz-sdk-invocation-id': b'59ed5d5b-3eaa-4b6d-8477-0e130c2afdef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:48 GMT', 'x-amzn-requestid': 'sfg11viKtatI1s8K4G4tTXxFxL0lnPbagz5GcdJodCm7GQ44o7rk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a483529a-93eb-4db5-8aab-4b8c90334201, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a483529a-93eb-4db5-8aab-4b8c90334201, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a483529a-93eb-4db5-8aab-4b8c90334201, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc3c7ebc-700e-4c6b-bfa4-0383de4bf3ca, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc3c7ebc-700e-4c6b-bfa4-0383de4bf3ca, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fc3c7ebc-700e-4c6b-bfa4-0383de4bf3ca, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171649Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171649Z
20251126/us-east-1/s3/aws4_request
0c55a4b31336053c9614a44905a501621d8bf477a5bd120f2c76bb913c7578ee
DEBUG    botocore.auth:auth.py:430 Signature:
1b4c4ec81ec3f3f28c65303a3b57a040479df593c6682796b6f403493e6b057b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171649Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b4c4ec81ec3f3f28c65303a3b57a040479df593c6682796b6f403493e6b057b', 'amz-sdk-invocation-id': b'f155f1c7-f928-4a8b-af5b-c7f52c370960', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:49 GMT', 'x-amzn-requestid': 'QPtEX4USBXOuIze1K15DeAInQ7ii043CxpvRP3aepRrM2DE4lhtk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171649Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171649Z
20251126/us-east-1/s3/aws4_request
b369619d856ce36758dd7cab43494910a1dda694661b35d70610fedaaa4d548c
DEBUG    botocore.auth:auth.py:430 Signature:
267dcee3f16fc5d9fb8c8d53ff43b77543b1304df08453a75761dc54f29127c3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171649Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=267dcee3f16fc5d9fb8c8d53ff43b77543b1304df08453a75761dc54f29127c3', 'amz-sdk-invocation-id': b'a2d36baf-5350-4c5c-9bc2-84cb6bf1db91', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:49 GMT', 'x-amzn-requestid': 'Y8HSGcRHwnpeDZknmzPWeRCkKPkQjOmH6dbjsZxqwczZcOCbyLAj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171649Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171649Z
20251126/us-east-1/s3/aws4_request
cf4088eb5afa0b82514337b2ffc3c944f3e7155a06e6caaa5d01307fb2f2de35
DEBUG    botocore.auth:auth.py:430 Signature:
05d7cb791af08494179d7e0b2e5f05eb742b5fea39accaf491835bd41606a287
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171649Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=05d7cb791af08494179d7e0b2e5f05eb742b5fea39accaf491835bd41606a287', 'amz-sdk-invocation-id': b'19235546-0c33-4858-b8b0-1b5e005570e3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:49 GMT', 'x-amzn-requestid': 'FDTVqQ5268aCdOTg7o7ayrcCMKSRPLDOAmZCmipblUtJgeUEiS0R', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 188fe78a-8c92-4755-8056-a8e58816a2ce, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 188fe78a-8c92-4755-8056-a8e58816a2ce, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 188fe78a-8c92-4755-8056-a8e58816a2ce, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 25f2bb62-3140-441f-bf9e-add01ccfebf8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 25f2bb62-3140-441f-bf9e-add01ccfebf8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 25f2bb62-3140-441f-bf9e-add01ccfebf8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171651Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171651Z
20251126/us-east-1/s3/aws4_request
2b17c5577870cb1826f88ec24c8c36c7fe141eed36a651402d429816533f8f08
DEBUG    botocore.auth:auth.py:430 Signature:
db305cba3ba5c7302b1687303aec85ab2a37f4f970cd03bdd6ff95b776b7f906
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171651Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db305cba3ba5c7302b1687303aec85ab2a37f4f970cd03bdd6ff95b776b7f906', 'amz-sdk-invocation-id': b'01dbcb5f-e215-4a3b-9810-c6927cbf6fd5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:51 GMT', 'x-amzn-requestid': 'nPSSgnzgp9Jx8qulwOOoba0xy0FoQRI5tKMNuVB1mrxFdSo1uwud', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171651Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171651Z
20251126/us-east-1/s3/aws4_request
7881e50d885b37a76c5cbece9d1d6d150db600ab7fdbd225eeb1d69e32a6beba
DEBUG    botocore.auth:auth.py:430 Signature:
45a57cab33c585c5a671c6538c2ff36b43d28438e46bba2c711dd5e4cb1c6c42
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171651Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45a57cab33c585c5a671c6538c2ff36b43d28438e46bba2c711dd5e4cb1c6c42', 'amz-sdk-invocation-id': b'a6e657fa-5362-4757-9f2c-8cb611de47ea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:51 GMT', 'x-amzn-requestid': 'TXEBXOOgvlNRv5gexryidnE0BRVBT3kJJM0vDVqjPjKVYYCYNhk9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171651Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171651Z
20251126/us-east-1/s3/aws4_request
fb01c4346e3498400bf0ceff4326af1ddc85bf13748b612276834da0ebe8d637
DEBUG    botocore.auth:auth.py:430 Signature:
b9698b34cdb81b62f408812eb478805ef7f1c8fc0746e8acde538da201418f65
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171651Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b9698b34cdb81b62f408812eb478805ef7f1c8fc0746e8acde538da201418f65', 'amz-sdk-invocation-id': b'd9eea813-06ef-42a5-b3b5-697438e3e422', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:51 GMT', 'x-amzn-requestid': '4mxO7GL98bC2qxqsBFaDBnSzFFx1RocdP0dFta11b8ZLitAp5ihL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5bdd6503-7da2-4f40-b14e-c3a7b0ab63f2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5bdd6503-7da2-4f40-b14e-c3a7b0ab63f2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5bdd6503-7da2-4f40-b14e-c3a7b0ab63f2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a7520bd3-81bc-4291-bd74-c2bc3a8ad3b4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a7520bd3-81bc-4291-bd74-c2bc3a8ad3b4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a7520bd3-81bc-4291-bd74-c2bc3a8ad3b4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171652Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171652Z
20251126/us-east-1/s3/aws4_request
5a5a9ce44e6f62d3644a3176ee2b4b937b73fdbd458fa331aebeaf53c3fb4df7
DEBUG    botocore.auth:auth.py:430 Signature:
cb6af7dacc8cf8fb3eaab7d84d6ecc5d9a317fe0f60f77397d5c9bf350c1d54c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171652Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cb6af7dacc8cf8fb3eaab7d84d6ecc5d9a317fe0f60f77397d5c9bf350c1d54c', 'amz-sdk-invocation-id': b'975533ec-a0b3-48b1-80f7-80ab98fdba49', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:52 GMT', 'x-amzn-requestid': 'T8IVKkQEjuVRbWTpnCtkid5z60Wf0M2pkz9YsN4WcpWdNF8aFhyU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171652Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171652Z
20251126/us-east-1/s3/aws4_request
9b66f3825b1be2f783a6750c6e02d4103c3a7f138e7a2ab73e137f702cf7c099
DEBUG    botocore.auth:auth.py:430 Signature:
470cb098311f2a6257980179c46ad2d540e730c53034494a3cc363376c1de861
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171652Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=470cb098311f2a6257980179c46ad2d540e730c53034494a3cc363376c1de861', 'amz-sdk-invocation-id': b'cb62a273-2a1a-44ad-8831-284753bc0a0c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:52 GMT', 'x-amzn-requestid': '1QWQ3yDtiUKwxkDf4aTWDY5dYaEoyuiGH3MEqZJ7TilbiRaRHXne', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171652Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171652Z
20251126/us-east-1/s3/aws4_request
30aa732a81d5033ed3d6f909bbd6d34bcbd3065cec1133ce6811f55f6c1fa972
DEBUG    botocore.auth:auth.py:430 Signature:
d4ed4402e990f8bcb8901af03a014e570c91bd50e57c0f61d51789ea60b05964
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171652Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4ed4402e990f8bcb8901af03a014e570c91bd50e57c0f61d51789ea60b05964', 'amz-sdk-invocation-id': b'8357bc7b-94ed-4423-8f88-5abd45964b8f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:52 GMT', 'x-amzn-requestid': 'L0wimobwfR65vQPBGIdxMft7jCG8G8t4H5FEAMke6XP54am3JtUp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0343dd2b-6cb8-4335-b872-f47b6956f653, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0343dd2b-6cb8-4335-b872-f47b6956f653, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0343dd2b-6cb8-4335-b872-f47b6956f653, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9037a80b-1aa9-4b8b-b523-9f5d5e72f9c1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9037a80b-1aa9-4b8b-b523-9f5d5e72f9c1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9037a80b-1aa9-4b8b-b523-9f5d5e72f9c1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171653Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171653Z
20251126/us-east-1/s3/aws4_request
62b330f4fec33a3fce72a9ce005b1e74fa045104312df84a84ce14922077b915
DEBUG    botocore.auth:auth.py:430 Signature:
4d4a60381a6a79bde67d001d9dc4204f22bbbca7a5b6a13382194d408a57f291
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171653Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d4a60381a6a79bde67d001d9dc4204f22bbbca7a5b6a13382194d408a57f291', 'amz-sdk-invocation-id': b'b32fca2e-1b22-4a83-888e-85477b835cd9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:53 GMT', 'x-amzn-requestid': 'v8O8s6HFg34lP7G9eUXUm8rdWzyWTWVFSax0HrkFpPYzby2ax4qP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171653Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171653Z
20251126/us-east-1/s3/aws4_request
085dd59470cb14ad74380c1d5b077ff90038c8fab84f44f752a854f8e1af5c7a
DEBUG    botocore.auth:auth.py:430 Signature:
485d9db63ad48fd3b1666b96b19768d14c6901440b7a0b19b037127928a18c78
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171653Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=485d9db63ad48fd3b1666b96b19768d14c6901440b7a0b19b037127928a18c78', 'amz-sdk-invocation-id': b'eed72e17-92a3-448e-804b-988899859a48', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:53 GMT', 'x-amzn-requestid': 'lPz1cawty3nYvYd4rtppkxVszBAdPHbDfimYZivh4RaBWXOOatC1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171653Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171653Z
20251126/us-east-1/s3/aws4_request
bf51fad36310ed2f945c8697f365cfaf15e4c399f4c9efc3b592b20cce4d559c
DEBUG    botocore.auth:auth.py:430 Signature:
d7655b38557abbf49769c46d4e9c00c42bb749c5bb3f2ad00729db3c20004bf8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171653Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7655b38557abbf49769c46d4e9c00c42bb749c5bb3f2ad00729db3c20004bf8', 'amz-sdk-invocation-id': b'0b6975d8-b690-4b5e-ae30-8d49a012df68', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:53 GMT', 'x-amzn-requestid': 'Xr1NYXu5cRV2QsfIA5T6L0hcdQ3L8epRREkCeeHF4KsJEgw0illQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2f656b61-99b4-4f4c-9fb3-b5bfd8064347, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2f656b61-99b4-4f4c-9fb3-b5bfd8064347, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2f656b61-99b4-4f4c-9fb3-b5bfd8064347, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9112178a-87ea-45ca-bd42-51746ade82f8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9112178a-87ea-45ca-bd42-51746ade82f8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9112178a-87ea-45ca-bd42-51746ade82f8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171655Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171655Z
20251126/us-east-1/s3/aws4_request
f75c564960fe0bd4ef9b91d36734f30c41bceef8c12231a3133a00fd3df9b6ef
DEBUG    botocore.auth:auth.py:430 Signature:
a773d9fc5c283c4b0bb81e2975e0210e876536f7de98742d2fbb328178fcd696
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171655Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a773d9fc5c283c4b0bb81e2975e0210e876536f7de98742d2fbb328178fcd696', 'amz-sdk-invocation-id': b'3d9e2815-6931-4848-90ca-d8903baeb2ff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:55 GMT', 'x-amzn-requestid': 'hAJTwzI5MMIZJ6cZ4r5wrbyKwzFDiuSpCA1dV1dXB12RBhgPQhxN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171655Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171655Z
20251126/us-east-1/s3/aws4_request
91f8c47146aaa981595aab016852893b5e43de516b6d1ff7f80db358f2fbbb6a
DEBUG    botocore.auth:auth.py:430 Signature:
dd5dea9a2bbb7d3d77a6ba8dbb600a7fe9591faf3c07b97745db5ffdbaac81a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171655Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dd5dea9a2bbb7d3d77a6ba8dbb600a7fe9591faf3c07b97745db5ffdbaac81a1', 'amz-sdk-invocation-id': b'ce0317ac-8c71-47f9-b231-68929e7541ff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:55 GMT', 'x-amzn-requestid': 'nMUFuFdMK7enERpIAHWWO9xGzL7Dqbo3DatC2IazZAjp3nqALoPm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171655Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171655Z
20251126/us-east-1/s3/aws4_request
fd8392f6bdee69c181acc3ca71c8bef26d4dc15b69af83e9aa537b714e92dfc2
DEBUG    botocore.auth:auth.py:430 Signature:
e1cef80c214165bcae269802f7fdc5900ee5be1c2b519702bc81e88db6f7c3f1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171655Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e1cef80c214165bcae269802f7fdc5900ee5be1c2b519702bc81e88db6f7c3f1', 'amz-sdk-invocation-id': b'5d55ec7c-1995-48ce-b29d-5bdc3731a4a1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:55 GMT', 'x-amzn-requestid': 'l60cmYHRrvj4HPaoA94eRwHTimC0v9ZslSmw1QvyE6Pc8vMoEMs2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d03c2d01-c08f-4d99-9978-21b8a7c6df96, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d03c2d01-c08f-4d99-9978-21b8a7c6df96, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d03c2d01-c08f-4d99-9978-21b8a7c6df96, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8940a956-611b-44a1-958d-3a49f95fde50, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8940a956-611b-44a1-958d-3a49f95fde50, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8940a956-611b-44a1-958d-3a49f95fde50, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171656Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171656Z
20251126/us-east-1/s3/aws4_request
7f81d77c83e763f44d8a03907e19cdcaf31529a6f71857177efafceee3c782fe
DEBUG    botocore.auth:auth.py:430 Signature:
8c0a213690f040ede32808c5da23cec061338da67bfffb0a759543b63925b092
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171656Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8c0a213690f040ede32808c5da23cec061338da67bfffb0a759543b63925b092', 'amz-sdk-invocation-id': b'a87e124d-ad8b-4109-9c4f-feaa42829f27', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:56 GMT', 'x-amzn-requestid': 'jg1cUUC8mtF10W1nAGhjtQog7Ikbi0S1Pq3DDGk9psdqx7EkZrGd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171656Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171656Z
20251126/us-east-1/s3/aws4_request
30a3b6a6c2be316590a140e72d6324f23a3b21f6f23fc41d4e693dd27d70e312
DEBUG    botocore.auth:auth.py:430 Signature:
82095d8b7d2a6670626eeede58ff6309560f5e744b9454ed739fb169de585f38
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171656Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=82095d8b7d2a6670626eeede58ff6309560f5e744b9454ed739fb169de585f38', 'amz-sdk-invocation-id': b'79dbba3f-1746-416c-8ad9-80fd98d21723', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:56 GMT', 'x-amzn-requestid': 'wv47RHa1rDRLNFpKjBSN4bD46AT8sKiFMnx7RvFUGqSsnutcn6p9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171656Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171656Z
20251126/us-east-1/s3/aws4_request
f090136522e0bfc82d411a8b5c3e2a6e0624d0f46b2267f3dc33c4cbfeb63aa0
DEBUG    botocore.auth:auth.py:430 Signature:
cd5cb6b2c4118ed4e4bb4a26ec06b9aa386f70cb3f61a236af22948c314165dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171656Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cd5cb6b2c4118ed4e4bb4a26ec06b9aa386f70cb3f61a236af22948c314165dc', 'amz-sdk-invocation-id': b'fb6fceef-7a39-47c4-bc36-b773954e293e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:56 GMT', 'x-amzn-requestid': 'L98KZy04wSDJbxCujBiAQRbKjNIW4KGKgnmOoVUR3a7F5U12HaqT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b36bcab-7b0f-4db5-a63c-e8ca5de63ddc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b36bcab-7b0f-4db5-a63c-e8ca5de63ddc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9b36bcab-7b0f-4db5-a63c-e8ca5de63ddc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a2b89f22-d126-4bad-9358-581ce65c94a7, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a2b89f22-d126-4bad-9358-581ce65c94a7, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a2b89f22-d126-4bad-9358-581ce65c94a7, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171657Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171657Z
20251126/us-east-1/s3/aws4_request
df0e0cd75f508d21c58d9406e5237f6434da2c3e987eb2edd7883b944d648f56
DEBUG    botocore.auth:auth.py:430 Signature:
8ab9fba374f787c5d648895d8573d5768914ebd16127fb598be0be1efab50ba4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171657Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8ab9fba374f787c5d648895d8573d5768914ebd16127fb598be0be1efab50ba4', 'amz-sdk-invocation-id': b'337dcbec-df92-48c2-aea1-edacfed30a5c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:57 GMT', 'x-amzn-requestid': '6kmX62JTZT6FarjQs7WScSrtuMhTshDQdqqVRf3Y9f4wL1txSYke', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171657Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171657Z
20251126/us-east-1/s3/aws4_request
7d1661026ee4fb3ab9f91a169d1a39da8c4e29619f5a6682a03517dcdcc453d6
DEBUG    botocore.auth:auth.py:430 Signature:
4c0e5ccddeb5f30c8719e6948fa0d3c4dffb4c96eabc2217955654121ac3c099
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171657Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c0e5ccddeb5f30c8719e6948fa0d3c4dffb4c96eabc2217955654121ac3c099', 'amz-sdk-invocation-id': b'cf6dd44e-e22f-4862-99bd-c22241b1df4b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:57 GMT', 'x-amzn-requestid': 'zF58OlH4qY8ZSEkqutk6rjy3hfTxdvD8u2vTuDPBABMU9jhYGHoZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171657Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171657Z
20251126/us-east-1/s3/aws4_request
8fa223f9042b8b3d9ca24322199b4dc879eba39293fc4e7efe2dbee42b2d0f4e
DEBUG    botocore.auth:auth.py:430 Signature:
cebe27c3b3bfa6c61faa42bb5f20df4a86b3923c0ce0d691abe144b72aeb646d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171657Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cebe27c3b3bfa6c61faa42bb5f20df4a86b3923c0ce0d691abe144b72aeb646d', 'amz-sdk-invocation-id': b'6a24dde8-f710-4228-9f00-41535a6294dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:57 GMT', 'x-amzn-requestid': '6rsHlaRMZ0OR0YokJJUWIaZeLWmENGzK8nf7kVKWGkuqAZOFBp5E', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cc536d26-09a3-47bf-997d-27029ff3b29d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cc536d26-09a3-47bf-997d-27029ff3b29d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cc536d26-09a3-47bf-997d-27029ff3b29d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fd94ece9-482c-4700-a35d-3a766a8c5739, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fd94ece9-482c-4700-a35d-3a766a8c5739, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fd94ece9-482c-4700-a35d-3a766a8c5739, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171659Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171659Z
20251126/us-east-1/s3/aws4_request
7d2cfe5e426f6eed7fa296fd279ac1fc9136c60f1173d6253410d9c492506713
DEBUG    botocore.auth:auth.py:430 Signature:
3b575883ae09e648fb343f08ac399cce1164f5c0d246c4464ed1fd3b994aea3b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171659Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3b575883ae09e648fb343f08ac399cce1164f5c0d246c4464ed1fd3b994aea3b', 'amz-sdk-invocation-id': b'be8b483a-29c9-40ab-88ae-c9a2d879a63a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:59 GMT', 'x-amzn-requestid': 'I9ryeSHC9732Rp5fdrXIGZ4K7V6tOb99GaoAlZYvz2X3dWxRxZnn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171659Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171659Z
20251126/us-east-1/s3/aws4_request
f7c8c2bf90f56a050cba347581116b45c2b7237a85bf870d73ac5fa8d4c15206
DEBUG    botocore.auth:auth.py:430 Signature:
8ec60eaa844742d61ccd13eb30f2168471ea20f4a6cebe0043ea43a2ffb8177a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171659Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8ec60eaa844742d61ccd13eb30f2168471ea20f4a6cebe0043ea43a2ffb8177a', 'amz-sdk-invocation-id': b'53e4e3f1-bd6e-46d6-a752-c2f27df762ff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:59 GMT', 'x-amzn-requestid': 'fBhxvgqq0A5i47PyRsf34FVo3fETGzIpUUCUR2Q2ljL4P5Ipu29v', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171659Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171659Z
20251126/us-east-1/s3/aws4_request
1d35ae1c7e7c6df6bdb1ecbb0317ca6b2c1d1fc3b60097c68fc5b011011d7325
DEBUG    botocore.auth:auth.py:430 Signature:
a1aad738c83e420a0c0939957492a766347dc6e816296e58f00492ed71b7be64
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171659Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a1aad738c83e420a0c0939957492a766347dc6e816296e58f00492ed71b7be64', 'amz-sdk-invocation-id': b'6d8f9b3f-3101-497b-bad4-4f864f4d8a07', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:16:59 GMT', 'x-amzn-requestid': '77vMKCI36SafQYz4xukSQUiBdraMEbutzJfwywLKXc65qOF1AVvX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cc20a606-5d82-452e-951c-6857eabda7c6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cc20a606-5d82-452e-951c-6857eabda7c6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cc20a606-5d82-452e-951c-6857eabda7c6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 71e644fa-e013-4823-af21-12db989af1dc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 71e644fa-e013-4823-af21-12db989af1dc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 71e644fa-e013-4823-af21-12db989af1dc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171700Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171700Z
20251126/us-east-1/s3/aws4_request
594e1c19c13557bd767fb2111ae68a1d8a27e7624616ae60584d4971a7fa1e8d
DEBUG    botocore.auth:auth.py:430 Signature:
431d3aedc986a01f0f6daa3102ed7e6dd72c16994007c38b8b461ac6bcba54fe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171700Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=431d3aedc986a01f0f6daa3102ed7e6dd72c16994007c38b8b461ac6bcba54fe', 'amz-sdk-invocation-id': b'240ac343-dfbe-4aeb-b4cd-2bd97ef8c01f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:00 GMT', 'x-amzn-requestid': 'GJtGnYtELahHayatsbad8bq0k3dQs2GlnlklmJG6FXJPTNi3fJnO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171700Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171700Z
20251126/us-east-1/s3/aws4_request
0d3b334de899aec4f6c6e13b0530c854271e5fef1cf35912baba46e3ae205e5e
DEBUG    botocore.auth:auth.py:430 Signature:
5c23cf21b83351166eb753f9ee272c486a42bf6ba9767f08ea73b781a53d6089
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171700Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c23cf21b83351166eb753f9ee272c486a42bf6ba9767f08ea73b781a53d6089', 'amz-sdk-invocation-id': b'a3b6f889-8118-49c9-8e7e-dd3c68ff8ff0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:00 GMT', 'x-amzn-requestid': 'UqCMDh7yn7GUrP9NfvXsayc0LyyzZVGygEQy8isTkDMHCeP5y9gH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171700Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171700Z
20251126/us-east-1/s3/aws4_request
ac1d6e7c9693ef269ead76ebdbb2f40981d2a770bd28e24b86655898ddd9fec0
DEBUG    botocore.auth:auth.py:430 Signature:
d0080f92656e68ee1453643f0e1eb9b70e9c69c6583c0359ae27b7f85168a0cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171700Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d0080f92656e68ee1453643f0e1eb9b70e9c69c6583c0359ae27b7f85168a0cd', 'amz-sdk-invocation-id': b'8b8ef331-cf87-4169-aadd-d9f517b79906', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:00 GMT', 'x-amzn-requestid': 'uiePBSJy4X9CN3eHADCEj0H3J7j6rWcUFDWS4rQxkDvShandmDIl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9268abe4-1794-4b64-a931-ec2c904458f8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9268abe4-1794-4b64-a931-ec2c904458f8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9268abe4-1794-4b64-a931-ec2c904458f8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 416e18b4-65ab-421f-af2e-470f1e02dcbd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 416e18b4-65ab-421f-af2e-470f1e02dcbd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 416e18b4-65ab-421f-af2e-470f1e02dcbd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171702Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171702Z
20251126/us-east-1/s3/aws4_request
2d8da76108de6839ddce7c7a155b0460b31eb9c695a33a0144e82af185b04785
DEBUG    botocore.auth:auth.py:430 Signature:
5410fdec22891db29036f670850d2042d655919a12715d60c96ba31a062a7696
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171702Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5410fdec22891db29036f670850d2042d655919a12715d60c96ba31a062a7696', 'amz-sdk-invocation-id': b'f8bcb844-cc48-4ff7-8aa6-32de08133da4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:02 GMT', 'x-amzn-requestid': 'iyMrX52GRjRJDsDjpDEvuPxHnjEMkBUDUdQIrjWkg5qRHJKZRyhj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171702Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171702Z
20251126/us-east-1/s3/aws4_request
312daa050e21c11e0d717a4f8365c54584d71b6de644b23c099e287be8d51e90
DEBUG    botocore.auth:auth.py:430 Signature:
9aed8602793a72e765e8ae29e464231c40b72990ca404ef49f6809754d74fb51
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171702Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9aed8602793a72e765e8ae29e464231c40b72990ca404ef49f6809754d74fb51', 'amz-sdk-invocation-id': b'814276b9-2e2d-4465-a8f6-152cb1434f97', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:02 GMT', 'x-amzn-requestid': 'LovHKlUbV3ygyCRTbJMnLH1gksFPRENMHxKmGLR94iTdje7K6aez', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171702Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171702Z
20251126/us-east-1/s3/aws4_request
fd9464f39285fdc92fd7b2b2384e76de14df55450b63a4949974b6fc59d439d5
DEBUG    botocore.auth:auth.py:430 Signature:
33e6c6feb4e12f0f3c7a5af4911fd12af1b00a5917fc8ee5b5c65bc1911c596a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171702Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=33e6c6feb4e12f0f3c7a5af4911fd12af1b00a5917fc8ee5b5c65bc1911c596a', 'amz-sdk-invocation-id': b'5fd0d56e-3ff3-4159-8a6f-879511cc7f40', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:02 GMT', 'x-amzn-requestid': 'xFckODyckPiH8B4XSXMB59Z2iKeHbwCjOJ3kxN1MaZjM7tct0K0W', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5af7b61-c1ef-444a-84f9-f0135fc334d4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5af7b61-c1ef-444a-84f9-f0135fc334d4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5af7b61-c1ef-444a-84f9-f0135fc334d4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8753df31-3356-427b-9175-36dab55cafb3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8753df31-3356-427b-9175-36dab55cafb3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8753df31-3356-427b-9175-36dab55cafb3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171703Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171703Z
20251126/us-east-1/s3/aws4_request
a848562f4f77b2564578477a6452b739516ff8916c69fe74925c267fb3be2431
DEBUG    botocore.auth:auth.py:430 Signature:
7ba091fd122cf0ef88f7dd1150f8fa8605a6d503a53e0ec37f3b16cfd28fb8ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171703Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7ba091fd122cf0ef88f7dd1150f8fa8605a6d503a53e0ec37f3b16cfd28fb8ce', 'amz-sdk-invocation-id': b'016a2d06-3379-47da-9980-c3fb01e28be9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:03 GMT', 'x-amzn-requestid': 'gIFWYwAbrr9GE6LKCsSMFhoYeWcog4dZpjAr86Gc49R4hcLRXzvR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171703Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171703Z
20251126/us-east-1/s3/aws4_request
79e953d4bdbb1bb95246ca05ac7f3b92a727c7a615d2ae4372a4673b2adaade3
DEBUG    botocore.auth:auth.py:430 Signature:
29b8ecc377304a5fe96182825dadd3e9328d071dff1c0b9ccd814f81bd11b5cb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171703Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=29b8ecc377304a5fe96182825dadd3e9328d071dff1c0b9ccd814f81bd11b5cb', 'amz-sdk-invocation-id': b'a4468a62-cafc-4dc2-ac93-dd16562bc6ed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:03 GMT', 'x-amzn-requestid': 'IMOCInwYX7sElWTC9gbYasvjDL1YqU0jWxIY9ii6i3s4xqZE6PvE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171703Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171703Z
20251126/us-east-1/s3/aws4_request
1c17a877cb9d800f628a1d5b782a4f8b8184a013ad7823d46ebe8812d8f28962
DEBUG    botocore.auth:auth.py:430 Signature:
29b8e33ed01d68e1a73712d72ff0c1ae0eca83f40ca364d3734f49d4a3dff573
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171703Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=29b8e33ed01d68e1a73712d72ff0c1ae0eca83f40ca364d3734f49d4a3dff573', 'amz-sdk-invocation-id': b'db226970-9f04-46ed-9956-a3a75ad37d8e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:03 GMT', 'x-amzn-requestid': 'ZeWmPCismNO3odpDpvy8hFShyHmhP9yZetbwN4WFL9uVrpMWgkNz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 61fa8da6-5742-4c23-bcc9-531cf1f8faef, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 61fa8da6-5742-4c23-bcc9-531cf1f8faef, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 61fa8da6-5742-4c23-bcc9-531cf1f8faef, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 74515506-aa5e-4c6e-9480-408e87f3dbb9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 74515506-aa5e-4c6e-9480-408e87f3dbb9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 74515506-aa5e-4c6e-9480-408e87f3dbb9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171704Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171704Z
20251126/us-east-1/s3/aws4_request
546f7d4c5f3c0ffa12432d1390e23495195fc187725c4353b93f68fecedd6c5e
DEBUG    botocore.auth:auth.py:430 Signature:
765cc175ffeb730c6e873750f8287d46a502b513d3e18f9622b59fb85b6864ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171704Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=765cc175ffeb730c6e873750f8287d46a502b513d3e18f9622b59fb85b6864ab', 'amz-sdk-invocation-id': b'b11c54bc-e387-4d52-ba6a-32a82d51eae0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:04 GMT', 'x-amzn-requestid': 'KwK0S0Q06qZKLQGWIjEQDQzGEAfg0ynMhp9zMiALoBVhCEu6b9YT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171704Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171704Z
20251126/us-east-1/s3/aws4_request
99f85c76e9b2d426c45ae481e75dc8087a3e0de9ed146fa5d1ae29e72f450846
DEBUG    botocore.auth:auth.py:430 Signature:
38763b0e2b7b849dac909b98ed0cbe0bc9103ad174ec5ec03f377b01a1779515
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171704Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38763b0e2b7b849dac909b98ed0cbe0bc9103ad174ec5ec03f377b01a1779515', 'amz-sdk-invocation-id': b'3994ab80-17b1-48c2-804b-7f3a4f6608ff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:04 GMT', 'x-amzn-requestid': 'X1w4trd6QegOCjLGWxM8XYvhr3wjtGeKeSwahTW6QQMcKJn5tiI5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171704Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171704Z
20251126/us-east-1/s3/aws4_request
a3625ea87d885cb14ac95ba2a55c9f26637c4d5dcab5c742e2c7d3a47eb16b37
DEBUG    botocore.auth:auth.py:430 Signature:
d907d1d0bb854480e0525eb6575915c00ffbdba891fe7c0321821780452781d8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171704Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d907d1d0bb854480e0525eb6575915c00ffbdba891fe7c0321821780452781d8', 'amz-sdk-invocation-id': b'289b5a8f-c4d9-4b48-9ff3-c9f96a55abca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:04 GMT', 'x-amzn-requestid': 'Y6FuOLh1jDSji60vZOIUIlN2HGRULbu4ncVjCEjmfPl76nwsdooM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 550e947d-985b-473a-aa2c-6456fb334daa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 550e947d-985b-473a-aa2c-6456fb334daa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 550e947d-985b-473a-aa2c-6456fb334daa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ece70699-ae4a-42ba-8045-ee0b3d65447c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ece70699-ae4a-42ba-8045-ee0b3d65447c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ece70699-ae4a-42ba-8045-ee0b3d65447c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171706Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171706Z
20251126/us-east-1/s3/aws4_request
d11a1f66df0737bb3c9ff42c53826303df4cb0b615ff6b4ef00fb3318ee1c10c
DEBUG    botocore.auth:auth.py:430 Signature:
68393c181428e6cb1c5674f511d287631743820d455d7429f0397ff44ed18248
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171706Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=68393c181428e6cb1c5674f511d287631743820d455d7429f0397ff44ed18248', 'amz-sdk-invocation-id': b'1029bbcf-1c32-4d11-bbb8-f26575ba3fa0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:06 GMT', 'x-amzn-requestid': 'X0s6Xq2UA48tuFFj7kO8jJX78TvsB5ElfYKS4l3iu9PyzotXP5Bg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171706Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171706Z
20251126/us-east-1/s3/aws4_request
d976b35b6e152b2436383bbad29b29e71fa23f90b854a0be6694f8ba86d1613d
DEBUG    botocore.auth:auth.py:430 Signature:
26b7a18535aede60cd794fbb0d798b760b3ce699cd8d638b62108ef99d3d9205
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171706Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=26b7a18535aede60cd794fbb0d798b760b3ce699cd8d638b62108ef99d3d9205', 'amz-sdk-invocation-id': b'a96ded4e-841b-476b-b0f0-3e67e00490ed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:06 GMT', 'x-amzn-requestid': 'AG6JnDcuYoVEiVJCO8USDqNRke38hVxhd0UmXGWIYFGBWjIOzjF8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171706Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171706Z
20251126/us-east-1/s3/aws4_request
42791623d935680c167b538f04f3e2d254ac0f0cf24ee7422ae548e865a5e0f8
DEBUG    botocore.auth:auth.py:430 Signature:
4c98438e1b129bf603a63f3bb60635f8e4830313054fcc50c1299dfdf42b59cb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171706Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c98438e1b129bf603a63f3bb60635f8e4830313054fcc50c1299dfdf42b59cb', 'amz-sdk-invocation-id': b'5c9fb789-a471-43fb-b41c-752e08475b56', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 5016
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:06 GMT', 'x-amzn-requestid': 'Zl4Nt0ajVYwquqpuOqANH2NLM37hEhlijRbhdUx7AcZ00Xj6MMhr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5016', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bf8d9ca0-e2a5-4bca-9e76-e05511dec8bb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bf8d9ca0-e2a5-4bca-9e76-e05511dec8bb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bf8d9ca0-e2a5-4bca-9e76-e05511dec8bb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 41ffe3fe-d57c-44a7-9e04-440854030e25, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 41ffe3fe-d57c-44a7-9e04-440854030e25, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 41ffe3fe-d57c-44a7-9e04-440854030e25, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 37, 'Portions': 13, 'ActivePortions': 13}, '__DEFAULT': {'Rows': 99963, 'Portions': 182, 'ActivePortions': 182}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 13, 'BlobSize': 14848, 'BlobCount': 65}, '__DEFAULT': {'Portions': 182, 'BlobSize': 4503184, 'BlobCount': 910}}, cold bucket stat: (0, 0), frozen bucket stat: (13, 14848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171707Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171707Z
20251126/us-east-1/s3/aws4_request
0c0fdd38ee4a9f5f1adbf33dc662a12d1c2d97e35d23d9394fdffdf68697860b
DEBUG    botocore.auth:auth.py:430 Signature:
1e8ff6b7882a6a9192dd01849a927a570244d70f543b5387a64b0cc53ba76941
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171707Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e8ff6b7882a6a9192dd01849a927a570244d70f543b5387a64b0cc53ba76941', 'amz-sdk-invocation-id': b'ee62a7c9-a9d1-42d7-bd1c-f3cd822adbb9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:07 GMT', 'x-amzn-requestid': 'Qprces1O0b53eCYiX2scJ8gWN61TdNqMT9ASAXeF4GtvwCWmGuqI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171707Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171707Z
20251126/us-east-1/s3/aws4_request
15b7d24fd75242f4ee54b792fcd13be2ff78a33f4c555e9121ccf672d8d6dc3f
DEBUG    botocore.auth:auth.py:430 Signature:
4195711c3741239cea3c16acded29b78b661b58141dc53a20a558495210f5292
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171707Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4195711c3741239cea3c16acded29b78b661b58141dc53a20a558495210f5292', 'amz-sdk-invocation-id': b'b95b0919-4e51-4a38-adf9-7217e2943977', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:07 GMT', 'x-amzn-requestid': 'OL7DXIAmtprj48cXijGi0lJgKVxFLt590oo1J8HRWPOCfw0diLFu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171707Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171707Z
20251126/us-east-1/s3/aws4_request
a45bf98662923d07b1aa48fdc65b5974a0baf426c70a62fe9b957b66cbd9c302
DEBUG    botocore.auth:auth.py:430 Signature:
40316d346b2bbf65002e5ffc367f4d9c13a87ed587e0b444f0b9d5d34520ee82
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171707Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40316d346b2bbf65002e5ffc367f4d9c13a87ed587e0b444f0b9d5d34520ee82', 'amz-sdk-invocation-id': b'ded66876-758b-4c92-badd-1bdb01271ff3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:07 GMT', 'x-amzn-requestid': 'NtoVeLvZ9ucZ2vrSTg61F9EwTQNAWx9i3FcDR6v9siYSbyBWDa8U', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 48441cfa-67ce-46e5-99b1-211c6b95184e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 48441cfa-67ce-46e5-99b1-211c6b95184e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 48441cfa-67ce-46e5-99b1-211c6b95184e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c4d5cdc4-1179-4dcb-8b5c-f07941cf11d2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c4d5cdc4-1179-4dcb-8b5c-f07941cf11d2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c4d5cdc4-1179-4dcb-8b5c-f07941cf11d2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171708Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171708Z
20251126/us-east-1/s3/aws4_request
6a229810ee7b321ec95706980b1fe0cd59ded575d57c6f2579775b33a1681406
DEBUG    botocore.auth:auth.py:430 Signature:
4da04aaa042ed3aa0fa2211109799ad54822b7ea75433bd195225cec167a78e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171708Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4da04aaa042ed3aa0fa2211109799ad54822b7ea75433bd195225cec167a78e5', 'amz-sdk-invocation-id': b'04963598-afdf-4594-baca-2d85567e558f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:08 GMT', 'x-amzn-requestid': 'dHtRXPHEGdjr3iEMWwXOoSdCAfkJ1Od7sk6fxbzJf0WVaZgHm6FO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171708Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171708Z
20251126/us-east-1/s3/aws4_request
647dc80a6d5180832d37f1a1dbe3e6218895846d21f6d196ccf5a7eb044530ee
DEBUG    botocore.auth:auth.py:430 Signature:
4ad24d15abec3b8d197724f27fecb42c4e8e82b3a9d139f77e8e93beb426735f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171708Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ad24d15abec3b8d197724f27fecb42c4e8e82b3a9d139f77e8e93beb426735f', 'amz-sdk-invocation-id': b'daf5af33-9b58-4a40-acfb-0ca5946acd72', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:08 GMT', 'x-amzn-requestid': 'b0vPQKWFd40dHGgIe5XlVMOMRpHnPbDVFCAQRiD6QUSUsdCmvhah', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171708Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171708Z
20251126/us-east-1/s3/aws4_request
1872346ec28d37f3c258f105a8d2b2d8665e5c739abb79cf01747666e721444b
DEBUG    botocore.auth:auth.py:430 Signature:
3ffd4cdca4a334667707643cb0d3b1cdb09b62b1b89de1b296567309883d7f55
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171708Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3ffd4cdca4a334667707643cb0d3b1cdb09b62b1b89de1b296567309883d7f55', 'amz-sdk-invocation-id': b'70dd095c-92f3-4f2e-a4fa-10bc8341ad2a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:08 GMT', 'x-amzn-requestid': 'pC8Odv00tsUL89bDmfJM3Lz66uNgHtu8NO8XM0Sz1V1w4AWlNiXb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8ac82c39-b9fb-4186-b3c3-177ad388f728, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8ac82c39-b9fb-4186-b3c3-177ad388f728, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8ac82c39-b9fb-4186-b3c3-177ad388f728, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17cd9a4d-3603-4596-98d5-1298553d149e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17cd9a4d-3603-4596-98d5-1298553d149e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 17cd9a4d-3603-4596-98d5-1298553d149e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171710Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171710Z
20251126/us-east-1/s3/aws4_request
26a23797ea45b49bd83e2ed45dfa6b19e908cb82fb9ee1c8103fdd6fbe6fdf8e
DEBUG    botocore.auth:auth.py:430 Signature:
ff3386988f0f3b7493e594ca7fecdff1266904c20efccd81db3ef506982c54fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171710Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ff3386988f0f3b7493e594ca7fecdff1266904c20efccd81db3ef506982c54fc', 'amz-sdk-invocation-id': b'e13d94db-a4cf-4b95-a7ba-d8cf4538728a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:10 GMT', 'x-amzn-requestid': 'yt4MgbtRaGE9R3xz6ZcNpxhT5mYdhA2Nm8dGtJfrt697ZsgWlwHC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171710Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171710Z
20251126/us-east-1/s3/aws4_request
621e23e45596817e96fbb746de308348d9ab3aeb616de195c6596b0971abf21e
DEBUG    botocore.auth:auth.py:430 Signature:
d94d1e0e9f39fbf737af40af880ee71883ab8d7486b32448acd0d7be842fc0a7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171710Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d94d1e0e9f39fbf737af40af880ee71883ab8d7486b32448acd0d7be842fc0a7', 'amz-sdk-invocation-id': b'd5396097-c350-43ca-b32d-ae583d443761', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:10 GMT', 'x-amzn-requestid': 'ASHFxHwOEIujA4RZWY6AzzSdTliEQ5uQGPJK35UMMdyT47OBkvPT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171710Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171710Z
20251126/us-east-1/s3/aws4_request
43710db22c888d865b42cac33c9dc9cad5ddb28396583682587dcc8792e1a929
DEBUG    botocore.auth:auth.py:430 Signature:
29cb9de9f74242b7addaa5078e0fc9d1aa49b3dd4e0d9a5b66dc793d81c3dead
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171710Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=29cb9de9f74242b7addaa5078e0fc9d1aa49b3dd4e0d9a5b66dc793d81c3dead', 'amz-sdk-invocation-id': b'd911680a-3095-45bb-81ef-3cfda5eef9fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:10 GMT', 'x-amzn-requestid': 'zD7x8qlkE8JGljhapP5jpbMw51kg1jbS1WWPrsbi1Ep5d8wJ3M80', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d53d1c5e-084d-470d-993a-4f5608792835, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d53d1c5e-084d-470d-993a-4f5608792835, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d53d1c5e-084d-470d-993a-4f5608792835, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3fc90130-40ad-4107-90eb-9babf5a1f7e8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3fc90130-40ad-4107-90eb-9babf5a1f7e8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3fc90130-40ad-4107-90eb-9babf5a1f7e8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171711Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171711Z
20251126/us-east-1/s3/aws4_request
8ad3f85a898dff9d1c63da3c771f12c0237d893797830e9150852ec165f68fa6
DEBUG    botocore.auth:auth.py:430 Signature:
dd0841bf815f68e7d8da9aec8602e835ae3bf9724f975de4bd41ed87059859a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171711Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dd0841bf815f68e7d8da9aec8602e835ae3bf9724f975de4bd41ed87059859a8', 'amz-sdk-invocation-id': b'deccec64-bb6a-480b-8b96-eaa28c310a17', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:11 GMT', 'x-amzn-requestid': 'xbAcW6FC7FOV4xz5MFoHi0KlwlL7EI1xHMfnJiwQ5DleNhVLO05x', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171711Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171711Z
20251126/us-east-1/s3/aws4_request
705bd3541455550a3365f95329976d4a84866057eb4efebbb23e728e4b97baaa
DEBUG    botocore.auth:auth.py:430 Signature:
ba070fc7d645611d2545bbf5ab1845e09f3d99d630354260ae18db89329fb65a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171711Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba070fc7d645611d2545bbf5ab1845e09f3d99d630354260ae18db89329fb65a', 'amz-sdk-invocation-id': b'517fa303-c5af-4b8d-bcdb-72ed6bfb7c75', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:11 GMT', 'x-amzn-requestid': 'EFDWxZhEjVLYoKZBXecsmtMLpbvF1m9RgryhEEPhbc2CIsrlcAXO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171711Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171711Z
20251126/us-east-1/s3/aws4_request
da35f4f8f5327112f03659dbfbb4c43488ae83199024ec5361ca4c02458dcf9f
DEBUG    botocore.auth:auth.py:430 Signature:
8d26b9a456cdd8cb5343973b23a4683578983dfd98d63d3e4d9f276e97ab73bb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171711Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8d26b9a456cdd8cb5343973b23a4683578983dfd98d63d3e4d9f276e97ab73bb', 'amz-sdk-invocation-id': b'f39bfa10-2e6e-435f-b29c-1a45f6e3545f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:11 GMT', 'x-amzn-requestid': 'pZD34QxJuSLOHWjO4mMpjkcsVkwDJwgJNpb6pGmu0h9yihxnuURa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e67416b8-6b91-40b0-88da-da1341e27ac2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e67416b8-6b91-40b0-88da-da1341e27ac2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e67416b8-6b91-40b0-88da-da1341e27ac2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 030b7ea7-6ae1-4912-ac4d-6017eb460e6f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 030b7ea7-6ae1-4912-ac4d-6017eb460e6f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 030b7ea7-6ae1-4912-ac4d-6017eb460e6f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171712Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171712Z
20251126/us-east-1/s3/aws4_request
011b6724809a84e481aa0f8fe0265ecd80bcea3c0e61e88619da5d1aafa3ed71
DEBUG    botocore.auth:auth.py:430 Signature:
6b28f107e3a490a2c1f3b7b2847098f1777141a67a2a6a4377facff9353868ff
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171712Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6b28f107e3a490a2c1f3b7b2847098f1777141a67a2a6a4377facff9353868ff', 'amz-sdk-invocation-id': b'f5a240c0-0f0d-470d-ab53-6ee7f6b677a1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:12 GMT', 'x-amzn-requestid': 'tVHHlop4UcpUWMGtNuiC2e26qQPH5pMlZtYaA4OEzelKmHWqtTFI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171712Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171712Z
20251126/us-east-1/s3/aws4_request
855f2935968c1cddac446bae33eb38e059166eff4f530a014cd0c76046ff34ba
DEBUG    botocore.auth:auth.py:430 Signature:
dd105d6b428794bb12116b5f193acb1378bd5f4c64caa1bc2ea15eb6f8278c31
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171712Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dd105d6b428794bb12116b5f193acb1378bd5f4c64caa1bc2ea15eb6f8278c31', 'amz-sdk-invocation-id': b'74b01772-9bfb-4d1b-8e76-a633d62fa572', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:12 GMT', 'x-amzn-requestid': '2nZtG7uSYUlwQ35FS0gtFlfP6RjaD00b1P5JCiJpNbwcpMlEOgwy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171713Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171713Z
20251126/us-east-1/s3/aws4_request
dab12fa5afd58790482899c1ed3bb0ddf52bda68c31b0a5d348b9e11ec129742
DEBUG    botocore.auth:auth.py:430 Signature:
3f5b1ec3899abb43bf44c85f55690deda98e703327fc9f472df8e3c0bc9415ca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171713Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3f5b1ec3899abb43bf44c85f55690deda98e703327fc9f472df8e3c0bc9415ca', 'amz-sdk-invocation-id': b'bf8902a6-8615-468b-a9b5-f0bd987900a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:13 GMT', 'x-amzn-requestid': 'aaS5jTIVZfrBjkSyfb9vyeyjbM3WVXF36jMOWi3t22zCPQzU1MPy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8c0c66fd-473f-4516-afbe-b14eda061cf3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8c0c66fd-473f-4516-afbe-b14eda061cf3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8c0c66fd-473f-4516-afbe-b14eda061cf3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8b7f6bc8-e20e-49f5-9ca9-61eb1147952a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8b7f6bc8-e20e-49f5-9ca9-61eb1147952a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8b7f6bc8-e20e-49f5-9ca9-61eb1147952a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171714Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171714Z
20251126/us-east-1/s3/aws4_request
5592a074b151482e39281289b8378ce0a7c53ce49177ea68f3a44da9b3ce9c71
DEBUG    botocore.auth:auth.py:430 Signature:
c5165e6290021ae6e43d8261b25ba674c8ab6f48b96aaade20972fd4436aefc7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171714Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c5165e6290021ae6e43d8261b25ba674c8ab6f48b96aaade20972fd4436aefc7', 'amz-sdk-invocation-id': b'cc2402db-846f-4596-aa6e-e36064a57701', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:14 GMT', 'x-amzn-requestid': '3VqMJPNPXIHhOeLiB24wBOR5ZmTwSeXIb8APK8w8UqZsJDRYQPZu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171714Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171714Z
20251126/us-east-1/s3/aws4_request
0718f94a46a533d34c1ed28db8d35366590f4724ffcc286b726a2c88404251bd
DEBUG    botocore.auth:auth.py:430 Signature:
11465efc71bafcaf77f9d0a8c4ab62a6d304f055a9f7428a389be53d30bd603a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171714Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=11465efc71bafcaf77f9d0a8c4ab62a6d304f055a9f7428a389be53d30bd603a', 'amz-sdk-invocation-id': b'7671ed00-8704-4a6c-b4e6-03a548a13e89', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:14 GMT', 'x-amzn-requestid': 'bi0bnKJBzx7XhMyYUVW9WKx0PRer3YHiqWRwxCMpi2nB76N0LB27', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171714Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171714Z
20251126/us-east-1/s3/aws4_request
9c13d6bfdae67c8d221680a3ea1c1a2535e3d9315c88858b821acbe9f75b4bdf
DEBUG    botocore.auth:auth.py:430 Signature:
77657200f79f54e075ea5f113bd8affc3c4378d342695cebaf54fb93c4037529
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171714Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77657200f79f54e075ea5f113bd8affc3c4378d342695cebaf54fb93c4037529', 'amz-sdk-invocation-id': b'a613c73c-c918-4243-b56e-5bfcae28e3b8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:14 GMT', 'x-amzn-requestid': 'K4dXW2NMK7x2nLItkjUB88TbDxPo0lEWUchPJbqoUSx2GXWmlq59', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 57915d84-869e-4712-a923-66baf4f5f38e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 57915d84-869e-4712-a923-66baf4f5f38e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 57915d84-869e-4712-a923-66baf4f5f38e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2aa3acf-4c63-442c-b0f4-04a733330d4b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2aa3acf-4c63-442c-b0f4-04a733330d4b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f2aa3acf-4c63-442c-b0f4-04a733330d4b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171715Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171715Z
20251126/us-east-1/s3/aws4_request
71559c029c923617de6b56f32a813a7a75af2d9b42795cd7e4c6f26307026fe5
DEBUG    botocore.auth:auth.py:430 Signature:
b330fd63cd92d2712c343d4abaf191fd2aca213d6d6ca53ae4fb4544578e7cf0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171715Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b330fd63cd92d2712c343d4abaf191fd2aca213d6d6ca53ae4fb4544578e7cf0', 'amz-sdk-invocation-id': b'64b47344-f1b9-427f-9e0b-569dfaabbb7e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:15 GMT', 'x-amzn-requestid': 'rdzztJ54qAUiZL5knvglcCzdAeCriJRnBbMDqDTfxAxmIMuBdzuj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171715Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171715Z
20251126/us-east-1/s3/aws4_request
a9fcc952942a1183790035779e39b157958deed099da29419b06acac8ed3d838
DEBUG    botocore.auth:auth.py:430 Signature:
df8eb04884cb9cb247d0cfceca18a363bf519451a29a5e1a1500019733e1ba76
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171715Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=df8eb04884cb9cb247d0cfceca18a363bf519451a29a5e1a1500019733e1ba76', 'amz-sdk-invocation-id': b'04c8f69f-d8b7-48ee-813a-3594f454d177', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:15 GMT', 'x-amzn-requestid': 'N7bAy7Qo6bFqF5ai5gLbhGZsqRgMApG38pQ4Uzb6qblVZTzlZ19L', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171715Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171715Z
20251126/us-east-1/s3/aws4_request
78f15f850fb698157031f4186c28427e12cc2abfe481955fb06d98f8706143cf
DEBUG    botocore.auth:auth.py:430 Signature:
1394d97320d43de8c2c36468ac0097e3c512043eff6de933dc572d56761db28a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171715Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1394d97320d43de8c2c36468ac0097e3c512043eff6de933dc572d56761db28a', 'amz-sdk-invocation-id': b'9cdebe08-9564-4029-9990-c5e3753a9be7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:15 GMT', 'x-amzn-requestid': 'hhbVwM3oI1JDQsbHtC2qaZWpTmXbxYxSoPZWgssD4rdVuLhsE8PF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 12fef4df-cd61-47ef-9f87-c73fd057750f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 12fef4df-cd61-47ef-9f87-c73fd057750f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 12fef4df-cd61-47ef-9f87-c73fd057750f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4bc5b0d0-f798-4d19-ad82-d4f6670e92d0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4bc5b0d0-f798-4d19-ad82-d4f6670e92d0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4bc5b0d0-f798-4d19-ad82-d4f6670e92d0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171717Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171717Z
20251126/us-east-1/s3/aws4_request
7e5f8d5eef2b1f5f3f63754dc2521f32a87c444cbf7bab8da662bb7617daa37f
DEBUG    botocore.auth:auth.py:430 Signature:
885f76248126b42001941fec74f58143d91cf4b7628484476a34318190797431
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171717Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=885f76248126b42001941fec74f58143d91cf4b7628484476a34318190797431', 'amz-sdk-invocation-id': b'212a7a10-04a3-45f2-8dc0-164f7a713793', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:17 GMT', 'x-amzn-requestid': 'D1f36cCtka5IzdzAHYoDY7SYxpsnXmmdoMJRcjnIVWaWScTjn6GX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171717Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171717Z
20251126/us-east-1/s3/aws4_request
b994bec5d5fc96dd17cbb505ecf19a8515d0039d9a9488b66bc035a7724e218c
DEBUG    botocore.auth:auth.py:430 Signature:
072b64ad8674a060fe76b61b3aa3d407608159516bd1ca62c3de9753c924284a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171717Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=072b64ad8674a060fe76b61b3aa3d407608159516bd1ca62c3de9753c924284a', 'amz-sdk-invocation-id': b'63d93bd8-d133-4960-9747-2ae2ba5f4fa9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:17 GMT', 'x-amzn-requestid': 'M6JJ35IpHuiaXuz5WWKcDA1esVOrPu9y7ANMOvNPQLDvlTvbwPUG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171717Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171717Z
20251126/us-east-1/s3/aws4_request
5fe4375521c40579afc7b99b7a6e0f62a67d24613a3672d60d40851fb1f8bea4
DEBUG    botocore.auth:auth.py:430 Signature:
033dd045982ac407e568b27230fdd01db7dfc122c21d7bc490e15ce59f4d38a7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171717Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=033dd045982ac407e568b27230fdd01db7dfc122c21d7bc490e15ce59f4d38a7', 'amz-sdk-invocation-id': b'ac8d4326-c512-417b-be79-23afeb95794c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:17 GMT', 'x-amzn-requestid': 'yndESJfwFGhWMQNYm8V2H0Bkr3d0j3wBfUPeTBVtWcDyhTZKlGc2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a0b2164-f480-43c0-b43e-17ddd1b0038a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a0b2164-f480-43c0-b43e-17ddd1b0038a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6a0b2164-f480-43c0-b43e-17ddd1b0038a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 353d3422-5ddf-4364-b659-26c9eb1a079d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 353d3422-5ddf-4364-b659-26c9eb1a079d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 353d3422-5ddf-4364-b659-26c9eb1a079d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171718Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171718Z
20251126/us-east-1/s3/aws4_request
f697ab715424e3b6a2b717da55935da59c7ce38a43c202745d239c60cdf8c7a3
DEBUG    botocore.auth:auth.py:430 Signature:
5a3cce01f3998d40c5b7ee7832dc51de863a9728ff5574f95faada206ab6cde5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171718Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5a3cce01f3998d40c5b7ee7832dc51de863a9728ff5574f95faada206ab6cde5', 'amz-sdk-invocation-id': b'1012e5d2-6e68-4558-bf21-d62897c8c939', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:18 GMT', 'x-amzn-requestid': '17sSCMYEXz7iPDZC1EPGjbLDzcgsGgzjkdUuX6yN8xNRyHZYZNth', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171718Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171718Z
20251126/us-east-1/s3/aws4_request
3d18a17230e7d84dae93a4a162c3ccafff1102dafb193f73e03b34f98728f222
DEBUG    botocore.auth:auth.py:430 Signature:
770e48acff79924ba2b4282f5441846b1c813a91de1e9e6148609c1e2bfb9007
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171718Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=770e48acff79924ba2b4282f5441846b1c813a91de1e9e6148609c1e2bfb9007', 'amz-sdk-invocation-id': b'1704dba4-1523-4501-84f0-fba63503ef5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:18 GMT', 'x-amzn-requestid': 'mAYTs0NlD7AtyQStBddNlsRphGs510CpMWouFHnxcYfakJ1jdUXZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171718Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171718Z
20251126/us-east-1/s3/aws4_request
8caee6795cab711e876b7e9ae377f9d4c81584e273bc97ad2c54e43a230afc6a
DEBUG    botocore.auth:auth.py:430 Signature:
44865008096b6a27daedae88f1bbd9fd4dbe6c661ce25506227940b369c00304
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171718Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=44865008096b6a27daedae88f1bbd9fd4dbe6c661ce25506227940b369c00304', 'amz-sdk-invocation-id': b'b915355a-682b-4f4e-b9ab-41fa1bf9ed67', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:18 GMT', 'x-amzn-requestid': '7NOvLjam96Tpw1JcdXRzvuGfou9j0dsBUeVliNxjRN8znYyw53Oo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 913b98fb-71b1-446a-9887-89e0d01c6fe6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 913b98fb-71b1-446a-9887-89e0d01c6fe6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 913b98fb-71b1-446a-9887-89e0d01c6fe6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9864d462-5dc6-41db-8c2d-5606754fd3aa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9864d462-5dc6-41db-8c2d-5606754fd3aa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9864d462-5dc6-41db-8c2d-5606754fd3aa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171719Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171719Z
20251126/us-east-1/s3/aws4_request
85e956c4794b0d71f63cac6ee71d6de935b3fc4dcc8fa84edf2bf4b6e2ceb359
DEBUG    botocore.auth:auth.py:430 Signature:
3716517cabfa2e005ed07f25d4ab5e2e05a3bc291e4ede996db5d86fe4d94eb1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171719Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3716517cabfa2e005ed07f25d4ab5e2e05a3bc291e4ede996db5d86fe4d94eb1', 'amz-sdk-invocation-id': b'53991bca-d2bd-4318-9597-01e0fd70eea8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:19 GMT', 'x-amzn-requestid': 'l8G2l2VPgRD4KgE6c0WkaQ443SsjACH4aL4NBaMZkEkSTV47Ilda', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171719Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171719Z
20251126/us-east-1/s3/aws4_request
5d20eb6c761a534130251ddbb1242e5213346eebd2fad76582701810e1861c75
DEBUG    botocore.auth:auth.py:430 Signature:
e45b4507068d7544738e6fb9302a8c88faeab77cd48400a63bb4213dacd10ccd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171719Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e45b4507068d7544738e6fb9302a8c88faeab77cd48400a63bb4213dacd10ccd', 'amz-sdk-invocation-id': b'7d563afc-3bd6-4a33-801f-3a93e1b477b1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:19 GMT', 'x-amzn-requestid': 'D3BzwbTlhsDTR3KcjSygxQJHohKgYiKDIdrmduW0yJdUutfd6mIf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171719Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171719Z
20251126/us-east-1/s3/aws4_request
557683b83ce8bfa778a67bc0f865a14f60df1f53b4a8756216caf0ff94869445
DEBUG    botocore.auth:auth.py:430 Signature:
b0c5ffd5dae0dfdafc50e4f6d6b620275fcf00b6ee5518e7f35f91b739c43bb9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171719Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b0c5ffd5dae0dfdafc50e4f6d6b620275fcf00b6ee5518e7f35f91b739c43bb9', 'amz-sdk-invocation-id': b'9f57458c-f30b-49f8-8fd6-63d45e48dcca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:19 GMT', 'x-amzn-requestid': 'L9uY26KZveoyfJKZyZVIbntsRoxAp5podas4ngnYN8BslVYKvzZw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2d843a7-d8fb-4d2a-b361-e53786cf9e35, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2d843a7-d8fb-4d2a-b361-e53786cf9e35, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f2d843a7-d8fb-4d2a-b361-e53786cf9e35, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a00c6971-f2cb-4e39-8f33-8e9c444a5dfe, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a00c6971-f2cb-4e39-8f33-8e9c444a5dfe, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a00c6971-f2cb-4e39-8f33-8e9c444a5dfe, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171721Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171721Z
20251126/us-east-1/s3/aws4_request
27217c1b3f6fa43d56099fc52a8aa026dc3db1c2b05f98e4c78fbe1ac6dd5bb8
DEBUG    botocore.auth:auth.py:430 Signature:
dcf21c16ca3184cf3473fb25bb8bef29fc21e1383feaf665de6462e7b11461aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171721Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dcf21c16ca3184cf3473fb25bb8bef29fc21e1383feaf665de6462e7b11461aa', 'amz-sdk-invocation-id': b'4d32b2de-8d79-4ea9-b487-7d3cf7983137', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:21 GMT', 'x-amzn-requestid': 'K4Ms2Rl5sAykLYknolULCuMBt1tST3kfUAZFRhNudHKhwacM2Hzy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171721Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171721Z
20251126/us-east-1/s3/aws4_request
869eafe3ebc0f5617197d41a5c7ca337d612348600ef72b09b31d85d8c5ab644
DEBUG    botocore.auth:auth.py:430 Signature:
557834dfa01163c405bb3e14ed738f17551c05c2c84d11788ce636c3421fd34a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171721Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=557834dfa01163c405bb3e14ed738f17551c05c2c84d11788ce636c3421fd34a', 'amz-sdk-invocation-id': b'c83800a6-adcb-4b79-a241-2edd5dcb1fce', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:21 GMT', 'x-amzn-requestid': 'fXw9BgjrpluUBjpjrrNLpzgx5BP6lvN57fYZ5M1kY1k3Az4zluqF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171721Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171721Z
20251126/us-east-1/s3/aws4_request
fe4c599af264496174645d9a71289e0194e45c44587d4e4e18ec838bb71e1a6a
DEBUG    botocore.auth:auth.py:430 Signature:
046046a3ea8505e8f6573e8c1e09931c0df8d99664f7127b042cf00afa5fdf61
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171721Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=046046a3ea8505e8f6573e8c1e09931c0df8d99664f7127b042cf00afa5fdf61', 'amz-sdk-invocation-id': b'c5732e8e-cc51-4b70-b896-4a29fedff307', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:21 GMT', 'x-amzn-requestid': 'aXtsk8Mp0Jqb2Wj85Q3i3hZ8zjHDHpxOqofuE8vGX5Xy8rE4p3xc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 78872731-4efe-4c7d-8c96-0f8d09e1d06f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 78872731-4efe-4c7d-8c96-0f8d09e1d06f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 78872731-4efe-4c7d-8c96-0f8d09e1d06f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9261e489-f76f-4cfc-b6e4-ce51d3ee0a64, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9261e489-f76f-4cfc-b6e4-ce51d3ee0a64, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9261e489-f76f-4cfc-b6e4-ce51d3ee0a64, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171722Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171722Z
20251126/us-east-1/s3/aws4_request
105957b726e2e1d1262ad708bbfd8b5593ba4716181723759830194ccfc6c9d0
DEBUG    botocore.auth:auth.py:430 Signature:
580a80fbaba96dcdb5cd6c67e0aee34f55127c5af0801aa72f04d0ea4ebb7bd7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171722Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=580a80fbaba96dcdb5cd6c67e0aee34f55127c5af0801aa72f04d0ea4ebb7bd7', 'amz-sdk-invocation-id': b'6e586e60-07f3-42de-9bcf-55f8c52e706d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:22 GMT', 'x-amzn-requestid': 'O2mqeQEh9zrwU0sElxvNFeIHeKgcYG2pSGut05d52jnzR3gkXb7t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171722Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171722Z
20251126/us-east-1/s3/aws4_request
ff95d76d2027608e1a6de4d2ea36a7725d717e1969dfee00f5ae6e3fe9609a94
DEBUG    botocore.auth:auth.py:430 Signature:
1fb4e81a94eb9c0726e76a2bdc132f88536ce6a869a3098dbc88d8552e5f5511
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171722Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1fb4e81a94eb9c0726e76a2bdc132f88536ce6a869a3098dbc88d8552e5f5511', 'amz-sdk-invocation-id': b'2a183d51-aee7-4419-ac08-4c6be2d395c3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:22 GMT', 'x-amzn-requestid': '2ogJWV4nxwcoIv6yFHtsiDsZhuDbkiZfqP400zNsEGmdvDBNWQxD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171722Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171722Z
20251126/us-east-1/s3/aws4_request
dc571209e2d32d8bc15b4925f5da1e77d9df36f4a949411140cdca1716baa612
DEBUG    botocore.auth:auth.py:430 Signature:
de7c189bd6c9f3e3a294df7bb803e0cb3e7a039ae8e92c3e57a339d5be2f799f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171722Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=de7c189bd6c9f3e3a294df7bb803e0cb3e7a039ae8e92c3e57a339d5be2f799f', 'amz-sdk-invocation-id': b'0e124b6c-219c-4270-8554-341255690eba', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:22 GMT', 'x-amzn-requestid': 'cuiizNdmB8KmVrG48CgO1rWSwhEhCenK69KeLPnyEg4yZ5MqDoXb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ced20a85-3fa7-4cf5-83f3-b191e1af85ff, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ced20a85-3fa7-4cf5-83f3-b191e1af85ff, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ced20a85-3fa7-4cf5-83f3-b191e1af85ff, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 977c7d63-2231-4c36-a072-52f38a35807c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 977c7d63-2231-4c36-a072-52f38a35807c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 977c7d63-2231-4c36-a072-52f38a35807c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171724Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171724Z
20251126/us-east-1/s3/aws4_request
3b76b93533159e7b79c697fac6155d272a10282c924ea954c15fb9b895caa627
DEBUG    botocore.auth:auth.py:430 Signature:
2db76c0a88609e7b08434a065e99aed1637454b823e7c68edac80e448125788f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171724Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2db76c0a88609e7b08434a065e99aed1637454b823e7c68edac80e448125788f', 'amz-sdk-invocation-id': b'583db374-f981-4cba-b6c8-9f9a9ab18d79', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:24 GMT', 'x-amzn-requestid': '0fzlKyuT9GBv2aKEKhHnyReF3WeEtGsHBBq9mBANtmGXmHrTcUGz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171724Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171724Z
20251126/us-east-1/s3/aws4_request
7ffe22515b0913e46afc72b5f1a7a46cbdb1f3740b820a5d5fd1c5ecea1a19aa
DEBUG    botocore.auth:auth.py:430 Signature:
b983a14dda9ca464406dfff282ab8e71f6fd8e0bebf271c21443742bb11fe115
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171724Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b983a14dda9ca464406dfff282ab8e71f6fd8e0bebf271c21443742bb11fe115', 'amz-sdk-invocation-id': b'74efde02-ba3b-417d-a561-5767234916d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:24 GMT', 'x-amzn-requestid': 'bmwzUp0WwfvHHAw7huB8iqtKm4vAx4mNDj2W5CuDechdrN2CAmry', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171724Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171724Z
20251126/us-east-1/s3/aws4_request
bc1eee3df8df335501ca4a859798b791620371fa10468eafadffa1f4e4c70778
DEBUG    botocore.auth:auth.py:430 Signature:
59a650b30b1988479892b7916f4f6413523baf1ea2fd0b82dc389529eb947b1b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171724Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=59a650b30b1988479892b7916f4f6413523baf1ea2fd0b82dc389529eb947b1b', 'amz-sdk-invocation-id': b'530e7ea6-3a7f-4e74-9c0e-d6f3f4cfdd56', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:24 GMT', 'x-amzn-requestid': 'svEJoB5fVJfSE9Bkm7t3Wz4lFhTWC2TN5jwAtIM9FnelAVZOHMFK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2eef0a5d-7ed3-4677-9de0-e650205b2091, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2eef0a5d-7ed3-4677-9de0-e650205b2091, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2eef0a5d-7ed3-4677-9de0-e650205b2091, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4ac7dc7b-8a41-460f-b7c0-66faf033f427, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4ac7dc7b-8a41-460f-b7c0-66faf033f427, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4ac7dc7b-8a41-460f-b7c0-66faf033f427, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171725Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171725Z
20251126/us-east-1/s3/aws4_request
b8ca473eb688e4f8675889e54c120e5697833038db21cfd36ee0653a47e412cd
DEBUG    botocore.auth:auth.py:430 Signature:
e0990f7c5166eef4de536990fa0f5dc4af0d21511460c6db7079fa70d15f7888
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171725Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e0990f7c5166eef4de536990fa0f5dc4af0d21511460c6db7079fa70d15f7888', 'amz-sdk-invocation-id': b'b77b131f-0311-477f-9dfa-6be2df5a3ef3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:25 GMT', 'x-amzn-requestid': 'PyD3z1ci48LOuAVk0i7n68MfnWRb6sf6NeCyNH2bw6bNZjNiuAyI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171725Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171725Z
20251126/us-east-1/s3/aws4_request
23d23ab9c293332574987fec4d92fb493639e7f6e319d15b509d83b1c8d5ea37
DEBUG    botocore.auth:auth.py:430 Signature:
0655b733c8ad69bae24df24e903428ff855e851bae4d5966786daaba596beeed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171725Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0655b733c8ad69bae24df24e903428ff855e851bae4d5966786daaba596beeed', 'amz-sdk-invocation-id': b'8bb350b6-1832-45d6-a523-4432cdd1a6e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:25 GMT', 'x-amzn-requestid': 'K8Nq0mM28rA2cK5JmeG4RSZ8dJpuYfX0gjLrOS3yLO3bYoObSVTX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171725Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171725Z
20251126/us-east-1/s3/aws4_request
8979e4f29adb4c2840b38ed12b3bd10837f56c5f3d4de9c214bd325309552b78
DEBUG    botocore.auth:auth.py:430 Signature:
fd7805c337117f32a41024c8c1b685eb9ce75dc108a7dd94ae595484b9195226
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171725Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fd7805c337117f32a41024c8c1b685eb9ce75dc108a7dd94ae595484b9195226', 'amz-sdk-invocation-id': b'8dcd4e78-1221-4d75-9ecd-897158726e84', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:25 GMT', 'x-amzn-requestid': 'thzit8aD4lLIQEhc6UBbv1m7L5QAEHMCsztRMdzjGEJYuE1tqRoi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 138b93f6-a1da-41af-8f94-f19476bb4ff0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 138b93f6-a1da-41af-8f94-f19476bb4ff0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 138b93f6-a1da-41af-8f94-f19476bb4ff0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e5cdcda4-d42d-4314-abfa-cc9ec817b465, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e5cdcda4-d42d-4314-abfa-cc9ec817b465, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e5cdcda4-d42d-4314-abfa-cc9ec817b465, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171726Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171726Z
20251126/us-east-1/s3/aws4_request
13e11439de778a7901669339582583dc6a0a448c26765693d44bccb4fea66fd3
DEBUG    botocore.auth:auth.py:430 Signature:
8cd220fcd3f729b77773892990721976258486f9a8f3da27c382bae15bf3af59
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171726Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8cd220fcd3f729b77773892990721976258486f9a8f3da27c382bae15bf3af59', 'amz-sdk-invocation-id': b'25b69a06-614e-4d6a-ad9a-2ac3880e6879', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:26 GMT', 'x-amzn-requestid': 'HmA2EgpolXSRislzE1KnQCPLoEqYrqlEom7SGLiuaUOsChRKjqia', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171726Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171726Z
20251126/us-east-1/s3/aws4_request
31eb9ec500ad73f64abe23e6399b243777c01948030399b25865fb94f840b4c4
DEBUG    botocore.auth:auth.py:430 Signature:
8cc895435e200e8a3294809131cc6494874b69e21f2f457fd827eebc000feeb9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171726Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8cc895435e200e8a3294809131cc6494874b69e21f2f457fd827eebc000feeb9', 'amz-sdk-invocation-id': b'7fe2e85a-5bf7-4b5f-9c4f-7c36e51d8ddb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:26 GMT', 'x-amzn-requestid': 'Z5Dqp3dmGigQ9iGwlyZBZCXalWPr7RTKYJ9NjEYDjXgBe9S4koB7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171726Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171726Z
20251126/us-east-1/s3/aws4_request
0b6f6954759cbe4e166c5d6f04eebda71862e34a7a1fa668f43fcfd2faebdc13
DEBUG    botocore.auth:auth.py:430 Signature:
ac7d9a1bbe57091a94f35fabb34f3f0fbb5a2153ee6331f8732037ef49e2667f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171726Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ac7d9a1bbe57091a94f35fabb34f3f0fbb5a2153ee6331f8732037ef49e2667f', 'amz-sdk-invocation-id': b'80fdb52c-5b53-4901-a8ec-327c8ec6b384', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:26 GMT', 'x-amzn-requestid': 'FRXwrCWdAMjTlgbYfw3PjKOJgWMKGUkkHAMEfl5tMakh03AQJlbb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b636e530-754a-4b20-a297-cf1046a464bb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b636e530-754a-4b20-a297-cf1046a464bb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b636e530-754a-4b20-a297-cf1046a464bb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ddde962c-7202-40ed-a7d4-a5f6860297ed, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ddde962c-7202-40ed-a7d4-a5f6860297ed, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ddde962c-7202-40ed-a7d4-a5f6860297ed, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171728Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171728Z
20251126/us-east-1/s3/aws4_request
8664907f82caefebba8f4d788cd443e757294d2b1034f6964ced3683e58f3402
DEBUG    botocore.auth:auth.py:430 Signature:
0a9fa2ba83f65d6516344677dbe604a0bd70b063c80fe0a7735200b0853c563b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171728Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a9fa2ba83f65d6516344677dbe604a0bd70b063c80fe0a7735200b0853c563b', 'amz-sdk-invocation-id': b'a27c442a-645f-4ff2-9de7-5392ff81170c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:28 GMT', 'x-amzn-requestid': 'ymsAX1YvMEBKyygnFGBEnbZ5pLzpIlfN5TskKTUZDus0IGlL3TNo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171728Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171728Z
20251126/us-east-1/s3/aws4_request
122f1b5f18318830cd69997d330abc56adfe4956ea0adad07eeb35a45d269e2c
DEBUG    botocore.auth:auth.py:430 Signature:
1e0f454847b7a45e7c89faa1ceed884f914fa65bf61a085e072806b3729fc154
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171728Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e0f454847b7a45e7c89faa1ceed884f914fa65bf61a085e072806b3729fc154', 'amz-sdk-invocation-id': b'f9456677-86f5-4811-9405-e38ab1043ccb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:28 GMT', 'x-amzn-requestid': 'zN94jvP2FsCH4synfPkSf0T5QUwq0Hu6lOSoQpxyM0S5vnDHcLQM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171728Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171728Z
20251126/us-east-1/s3/aws4_request
10a1e213f3d3c3528937855187ba1d46b6092d519d7680c5db9c60aa45bffb90
DEBUG    botocore.auth:auth.py:430 Signature:
125e738e01daf3b0a1b6311228a9e14af316dc46c79db8fc644f1910af4684d2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171728Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=125e738e01daf3b0a1b6311228a9e14af316dc46c79db8fc644f1910af4684d2', 'amz-sdk-invocation-id': b'8a600c7b-d7c4-428d-81ca-aa7dd4f7875d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:28 GMT', 'x-amzn-requestid': '2cAd8AgBZSih1mrlRE9YydBtNV8SJcGvBMYeMCjDeZ7R83a7FDv5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fe189dcc-b72f-4f3f-987c-539691937f31, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fe189dcc-b72f-4f3f-987c-539691937f31, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fe189dcc-b72f-4f3f-987c-539691937f31, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b371b3f0-33ee-4743-b1fc-876dd008a41f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b371b3f0-33ee-4743-b1fc-876dd008a41f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b371b3f0-33ee-4743-b1fc-876dd008a41f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171729Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171729Z
20251126/us-east-1/s3/aws4_request
12d9ab8ff1a80562883ecdf6d457ea28402af26bf3791b8744ef973aae691b85
DEBUG    botocore.auth:auth.py:430 Signature:
b14530c07cec41a26f21fe7815e2c538a499d8360fa323e0e1ff1cf7cffd95dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171729Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b14530c07cec41a26f21fe7815e2c538a499d8360fa323e0e1ff1cf7cffd95dc', 'amz-sdk-invocation-id': b'7416eb87-b8bc-4ea7-a744-0d9048afe2cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:29 GMT', 'x-amzn-requestid': '4sEo6rSwAniF5rCwlxbWJvKsT5eouDTSv63WD6QUvXhwy82ieGiW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171729Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171729Z
20251126/us-east-1/s3/aws4_request
1c042b1162d6149e660ce0fdadafa0031f657b0fc0c06594e96980a7717180a5
DEBUG    botocore.auth:auth.py:430 Signature:
d0d5cf5985f713f411f22cbc1c2e2f04faa49e8ef13333107423fa87f77d8773
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171729Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d0d5cf5985f713f411f22cbc1c2e2f04faa49e8ef13333107423fa87f77d8773', 'amz-sdk-invocation-id': b'e27702e3-cd28-4cda-9901-13aad586f254', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:29 GMT', 'x-amzn-requestid': 'oEjmr5uW6ToF8sXU9IJcpSi9Yiy7MVouxr3cSKuPXN17Ae9PIJHq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171729Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171729Z
20251126/us-east-1/s3/aws4_request
b0aea671b78d4b9ebabf9a22451dea3909f95501ea9be5e21bba33103898471b
DEBUG    botocore.auth:auth.py:430 Signature:
09cb0516d393d65536de820fb949f9d48d2decb5d7961e4d81b3324fa50a2270
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171729Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=09cb0516d393d65536de820fb949f9d48d2decb5d7961e4d81b3324fa50a2270', 'amz-sdk-invocation-id': b'ee00d4ab-92f4-49f9-8900-efdfd249e486', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:29 GMT', 'x-amzn-requestid': 'PiV1j1hE0sgqmLqquTk17BZGrS10eCCPNkviVX8yfj5o2Tile1Fz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b4c58b41-1b67-4821-ac60-cfcdb4638b3e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b4c58b41-1b67-4821-ac60-cfcdb4638b3e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b4c58b41-1b67-4821-ac60-cfcdb4638b3e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2704d642-d0d2-45ef-8ec3-2b7b5757d4ba, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2704d642-d0d2-45ef-8ec3-2b7b5757d4ba, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2704d642-d0d2-45ef-8ec3-2b7b5757d4ba, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171730Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171730Z
20251126/us-east-1/s3/aws4_request
c10afc6ca1b94d6b22fb00583cbb41161f96d5ad3975a43c6dbdbf0c74b3d043
DEBUG    botocore.auth:auth.py:430 Signature:
5530ce375dd0d60c5c2601ce6454a581724002212fbd3df4cb7e95f55319ee9a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171730Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5530ce375dd0d60c5c2601ce6454a581724002212fbd3df4cb7e95f55319ee9a', 'amz-sdk-invocation-id': b'32d997ad-ef91-4fd1-825c-792db7f1a535', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:30 GMT', 'x-amzn-requestid': '8Hx7LhTsW6utjoFphgirxwLPHy39AI7yUKcIT8XafnFAVSAX9fe0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171730Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171730Z
20251126/us-east-1/s3/aws4_request
0ba98ec12a18e990c7e8e7f6e0ab6a08ddfc39f9bc7e5992ba2843ec0b82ccbf
DEBUG    botocore.auth:auth.py:430 Signature:
4c634bf39ee4e788b05bc98494d47707951f91f56d6634917832641f68bb2893
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171730Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c634bf39ee4e788b05bc98494d47707951f91f56d6634917832641f68bb2893', 'amz-sdk-invocation-id': b'22dbbc66-fb17-49cd-a236-e2225912bcec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:30 GMT', 'x-amzn-requestid': '9ARacKNY8kvcdU8Rn5kCC8WtgfhpPEJmgvuQwULlUkldjBKOyuWU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171731Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171731Z
20251126/us-east-1/s3/aws4_request
fd65aa7276a390a4d1b65f297e2ee751878583df093a1725b5446efd1e3c930a
DEBUG    botocore.auth:auth.py:430 Signature:
6db1b61470bf4d0ca56f08d11c2f21ed4f55be72eb7cd43496de8a9c11c07a41
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171731Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6db1b61470bf4d0ca56f08d11c2f21ed4f55be72eb7cd43496de8a9c11c07a41', 'amz-sdk-invocation-id': b'fbb5047b-771a-44dc-a18e-6d282d49040d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:31 GMT', 'x-amzn-requestid': 'eCOr8mc7Im4Hmoir6EZdX4JS0SFcAoGlE8hcj4ccHDuzDrtDDlFF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 790aef1c-df99-4210-a959-925cb5756d9a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 790aef1c-df99-4210-a959-925cb5756d9a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 790aef1c-df99-4210-a959-925cb5756d9a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 51acd867-1648-40c5-bb1d-2b3a49f85894, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 51acd867-1648-40c5-bb1d-2b3a49f85894, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 51acd867-1648-40c5-bb1d-2b3a49f85894, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171732Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171732Z
20251126/us-east-1/s3/aws4_request
b6ac9a12f480f44cae090bb6aaff10e40d8c0a57bd86e437696473df13356c1a
DEBUG    botocore.auth:auth.py:430 Signature:
6a34d9eed5e7ae4d9e17eef35086586d54b976bab0bbac7e69f364b269f8fac4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171732Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a34d9eed5e7ae4d9e17eef35086586d54b976bab0bbac7e69f364b269f8fac4', 'amz-sdk-invocation-id': b'03a1d95a-a0c5-4e39-9493-819487adb3af', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:32 GMT', 'x-amzn-requestid': 't5HGYxj2s8bSI9I2a07upsUF1zpPqsTHvp3dfUI1im9LGMkQM0ed', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171732Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171732Z
20251126/us-east-1/s3/aws4_request
301572416859852c1010a73eecda4f224a69decd8080c01e69e0108290ae22f0
DEBUG    botocore.auth:auth.py:430 Signature:
8d2d44ee925f536e1e33e4911bbcad5e371f3cb2c8af1961d9f19e627290b664
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171732Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8d2d44ee925f536e1e33e4911bbcad5e371f3cb2c8af1961d9f19e627290b664', 'amz-sdk-invocation-id': b'05a6fa06-9316-4b6a-9b19-624644c92f94', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:32 GMT', 'x-amzn-requestid': 'jxC1i6POXaKaiL4tO17VYLk2EjoNG91toGaKfmLlr5Elcj8o8MgG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171732Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171732Z
20251126/us-east-1/s3/aws4_request
1d98e79669a1c5f7045a8c27ec25b9f306a661d708bb821ca0599203ac15d972
DEBUG    botocore.auth:auth.py:430 Signature:
7a74c0b420da52f52234f9c938bf0d1e17320bdf0893f80b62f93aa35c8dd8b6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171732Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7a74c0b420da52f52234f9c938bf0d1e17320bdf0893f80b62f93aa35c8dd8b6', 'amz-sdk-invocation-id': b'a888b907-15fc-44f7-b019-9dcfbfc0fbfa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:32 GMT', 'x-amzn-requestid': 'RWEYqdvJDl2INKA1GoRst8iMCuyi8GOOcQMlhosE3xWkwClsF8bp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b7880580-0df3-4e8d-a898-b1413bbf0792, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b7880580-0df3-4e8d-a898-b1413bbf0792, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b7880580-0df3-4e8d-a898-b1413bbf0792, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0ed00da1-8441-44ae-b77f-cdf3af1e0318, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0ed00da1-8441-44ae-b77f-cdf3af1e0318, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0ed00da1-8441-44ae-b77f-cdf3af1e0318, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171733Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171733Z
20251126/us-east-1/s3/aws4_request
efee7a39093f3737eb5686a022201bc47fbe8277b1a7cfec65c0e1066f2eaef4
DEBUG    botocore.auth:auth.py:430 Signature:
5cff588c338e9778ffade201ebea6b9e5e2de6acc87b309f5a146612a38b5827
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171733Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5cff588c338e9778ffade201ebea6b9e5e2de6acc87b309f5a146612a38b5827', 'amz-sdk-invocation-id': b'9cbad461-4374-4932-b8e1-a897f161bf50', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:33 GMT', 'x-amzn-requestid': 'JfdOB0rSiR81soWVAjeVzOwDnPBrSzuQfH4IKbajgxjSEbmhUYdQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171733Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171733Z
20251126/us-east-1/s3/aws4_request
93e622b0dc8fcae96ee585804bd3ebe5e06aefeb4b7b9f4ddb788ac0a2907893
DEBUG    botocore.auth:auth.py:430 Signature:
0a92e0a7b7d273b65d1aa56b8a8de9f3457aa25646aaf5912fd25d936d602b88
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171733Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a92e0a7b7d273b65d1aa56b8a8de9f3457aa25646aaf5912fd25d936d602b88', 'amz-sdk-invocation-id': b'd0b79882-af4c-4e3e-a9dc-4a96c87e57be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:33 GMT', 'x-amzn-requestid': 'DWmmckU8lfRmwBceRwrbJY5TYedG7bY6Rdh8pwLoU7Pf67cWIzuu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171733Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171733Z
20251126/us-east-1/s3/aws4_request
a70d2a6a1efe0336b95f8b05ba58824d468a7c135fa08786d5faf05c6142cac5
DEBUG    botocore.auth:auth.py:430 Signature:
525780c025dcb733db65b536e417d0f20fa8e39447426b665f5fed4d6362a9c5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171733Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=525780c025dcb733db65b536e417d0f20fa8e39447426b665f5fed4d6362a9c5', 'amz-sdk-invocation-id': b'f8f901d0-d589-4db8-8794-60229f4ba20e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:33 GMT', 'x-amzn-requestid': 'cAoBUEoNwzu2UJgaQLZzlI8Cs0CEr9Lw5PJdVm9ZQUHz91hj7KFp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 43118c41-863e-4d86-aa5b-37a4ef6c8c80, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 43118c41-863e-4d86-aa5b-37a4ef6c8c80, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 43118c41-863e-4d86-aa5b-37a4ef6c8c80, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9a6fcfe5-e835-490c-8659-6b622d7f0685, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9a6fcfe5-e835-490c-8659-6b622d7f0685, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9a6fcfe5-e835-490c-8659-6b622d7f0685, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171735Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171735Z
20251126/us-east-1/s3/aws4_request
d57cece5efc1053ba30562ea82e8e3cdfea1cd546b922fbd0d5a001a51e059f0
DEBUG    botocore.auth:auth.py:430 Signature:
581b54e613095cb98decfd040dd74393b5dbe7345c12624b8b107d9ce7529e41
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171735Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=581b54e613095cb98decfd040dd74393b5dbe7345c12624b8b107d9ce7529e41', 'amz-sdk-invocation-id': b'c4c7e6a5-d6ee-48d6-8f16-ec1c132a2dfc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:35 GMT', 'x-amzn-requestid': 'ZyOucBbEySC6laSvOHZAVwh452ASiIksWBRDOgUQsFgYJ6O8839O', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171735Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171735Z
20251126/us-east-1/s3/aws4_request
0c5b2e0803ac740035e93ead30005bec2a722da83265c0684312885721fea590
DEBUG    botocore.auth:auth.py:430 Signature:
3251733d7430f7ebd8aa4d3d6a5efe8c12d88e28aebcdaa07af717058c2e4a49
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171735Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3251733d7430f7ebd8aa4d3d6a5efe8c12d88e28aebcdaa07af717058c2e4a49', 'amz-sdk-invocation-id': b'fb36bfea-571b-4000-8437-d16bb174d8ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:35 GMT', 'x-amzn-requestid': '4uD5VHZN1BBPGnhQIaksfw3bPpJJ0k2wk45WW760zyoYdwVFJFIu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171735Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171735Z
20251126/us-east-1/s3/aws4_request
76de11f16875309f5b9146ec05404b15c74d89f969fbe2311e97a7ab33eb5464
DEBUG    botocore.auth:auth.py:430 Signature:
6fc305e597f4aaad6a18cceb734f1d2da718753c3e1c68a4008e6e02378c5cb6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171735Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6fc305e597f4aaad6a18cceb734f1d2da718753c3e1c68a4008e6e02378c5cb6', 'amz-sdk-invocation-id': b'23115682-8ab1-45ec-8af8-382ace643043', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:35 GMT', 'x-amzn-requestid': 'gpSQ3GF5D73fD6DB2zbQ16dayTlak4b7ITbz4y1bTMsX65teXzAT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e0122fab-08ce-40c2-b3f2-792c973f5d54, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e0122fab-08ce-40c2-b3f2-792c973f5d54, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e0122fab-08ce-40c2-b3f2-792c973f5d54, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f8c0507b-7294-4747-b7c6-55547c791676, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f8c0507b-7294-4747-b7c6-55547c791676, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f8c0507b-7294-4747-b7c6-55547c791676, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171736Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171736Z
20251126/us-east-1/s3/aws4_request
fd4683f8ef15d7073e08b2ef1451c418156e65477e70a4223f0ad773eb7cd307
DEBUG    botocore.auth:auth.py:430 Signature:
c1973c7bc1c8a98de65c25cff95a99d2cc40da6352b2f61118cd5a5ad3ebe991
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171736Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c1973c7bc1c8a98de65c25cff95a99d2cc40da6352b2f61118cd5a5ad3ebe991', 'amz-sdk-invocation-id': b'c7d2c714-d71a-4395-beb9-b02be8468d03', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:36 GMT', 'x-amzn-requestid': 'aLCldvLYUtyryD0q8Kv2Zs3OwC8hqus8H8Uv4Tkac1MMlwewbLmt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171736Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171736Z
20251126/us-east-1/s3/aws4_request
31f6bb45db2140e3079beeb1e321924baeb194e3c645ef768cc01418ff03509c
DEBUG    botocore.auth:auth.py:430 Signature:
97bceee15145da64757ddd74cb350afc1136a23dadd069f0f1d6b33ad6aec05b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171736Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=97bceee15145da64757ddd74cb350afc1136a23dadd069f0f1d6b33ad6aec05b', 'amz-sdk-invocation-id': b'26959fcc-aaca-4c4d-b148-146d762e0e6a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:36 GMT', 'x-amzn-requestid': 'Vjbo7nkMHblc86OrrfqTYtXaGTVzkA67J7x5A1sufhpi2E5aWgIu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171736Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171736Z
20251126/us-east-1/s3/aws4_request
52c717904cc4a1d6fb83a4541520f8633a9bc5afe9397dfbb192f4eaccfe1d38
DEBUG    botocore.auth:auth.py:430 Signature:
2b261779b9ab77a3102fb3e40dbcd6ca0a1fb1566572523e4bf4793b97842a7c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171736Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2b261779b9ab77a3102fb3e40dbcd6ca0a1fb1566572523e4bf4793b97842a7c', 'amz-sdk-invocation-id': b'7d487a7f-f6f4-4b9d-b4cf-32baf1be7a9e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:36 GMT', 'x-amzn-requestid': '2TQIlr0WSzeX3cGB8AjMxREkrUVdFvk9PTagK8ZWSFJilgWBIv4l', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 25d89bb0-fe9e-4582-8d2b-50ff48a14aa3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 25d89bb0-fe9e-4582-8d2b-50ff48a14aa3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 25d89bb0-fe9e-4582-8d2b-50ff48a14aa3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f38eab74-ffde-4605-a5d5-dc7afd27bdde, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f38eab74-ffde-4605-a5d5-dc7afd27bdde, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f38eab74-ffde-4605-a5d5-dc7afd27bdde, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171737Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171737Z
20251126/us-east-1/s3/aws4_request
3bf1861bf0a3820e9b6716378c5de7fb8b465de2e06847e09987690d5ff1ff46
DEBUG    botocore.auth:auth.py:430 Signature:
38b8da3c34eb44c0face9d7ec265857f3d1ea75aa517af26498805f66c6efbda
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171737Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38b8da3c34eb44c0face9d7ec265857f3d1ea75aa517af26498805f66c6efbda', 'amz-sdk-invocation-id': b'14f44de7-8370-49a6-b7d0-0cf13dabf88a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:37 GMT', 'x-amzn-requestid': 'w0RgUjGAdS6XBVv96pJaCITjTPv6yh3i8vET7irhNv4K6rJHbDDN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171737Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171737Z
20251126/us-east-1/s3/aws4_request
a22c121a08ab64d07714dfff18fb78a40c5cfb6fe34d329ac6a78d142ef06346
DEBUG    botocore.auth:auth.py:430 Signature:
4090fc6213649a0d8edbde0866aaa100e109f4e114cc153d30be9624773034e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171737Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4090fc6213649a0d8edbde0866aaa100e109f4e114cc153d30be9624773034e0', 'amz-sdk-invocation-id': b'f54d5341-a686-43c8-9e65-4e49997e5753', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:37 GMT', 'x-amzn-requestid': 'pIitlGJKpbTUHYCFvR39WhRvTIrK7FdxNbiJ4de4VKlv2zRCIq8A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171737Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171737Z
20251126/us-east-1/s3/aws4_request
47e51b5d321d6db9b4e18a82907c868da904bba75cadebff48a0cafad9458ad2
DEBUG    botocore.auth:auth.py:430 Signature:
d187a08677cae8ae993610461a8ff211ce7587991d773dc606c87c07baf5a88a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171737Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d187a08677cae8ae993610461a8ff211ce7587991d773dc606c87c07baf5a88a', 'amz-sdk-invocation-id': b'5678d22c-e239-4b32-8451-01539fc2c9ff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:37 GMT', 'x-amzn-requestid': 'NmRaJEGOHhDmb4O7LucgrZBQuC7rcmjdhDHoHx36AN3oJDynJ2s9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b32e8d61-41d9-42c5-887c-33c399cfad5a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b32e8d61-41d9-42c5-887c-33c399cfad5a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b32e8d61-41d9-42c5-887c-33c399cfad5a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 162173c4-06d6-4f4d-baad-4149e3546d3f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 162173c4-06d6-4f4d-baad-4149e3546d3f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 162173c4-06d6-4f4d-baad-4149e3546d3f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171739Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171739Z
20251126/us-east-1/s3/aws4_request
f0697f53769acac47fe08dccdb890578ad16abc47894f25861c7c04bcbc68d17
DEBUG    botocore.auth:auth.py:430 Signature:
e5dcdf88015b31664819522ccd14cdc764ab2cbed7f4490472b891406f3fcbcf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171739Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5dcdf88015b31664819522ccd14cdc764ab2cbed7f4490472b891406f3fcbcf', 'amz-sdk-invocation-id': b'ed4bdc75-c48c-46ac-b2dd-112c75498fbe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:39 GMT', 'x-amzn-requestid': 'vHEzfSDLzmKLZ2GqkTw2jUacRYxjXvcKcZzb2wnFGQUhOVy8DJho', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171739Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171739Z
20251126/us-east-1/s3/aws4_request
5d44760dc0108060acdc94e31e28585328a8a9e3803c7ce7392241f47c155615
DEBUG    botocore.auth:auth.py:430 Signature:
f281ced32bb85cd96c2cb1e6b7cbad672cf813b4a7b5cadc190535bf9fd47ad1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171739Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f281ced32bb85cd96c2cb1e6b7cbad672cf813b4a7b5cadc190535bf9fd47ad1', 'amz-sdk-invocation-id': b'cb633f42-f3b5-48ea-9a00-b68a30c1804d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:39 GMT', 'x-amzn-requestid': 'po7dXQ5zip0bLcNhnwO5TcJZ5vwzB3Aj6swZd6ykVpILD9Q4dkiS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171739Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171739Z
20251126/us-east-1/s3/aws4_request
1206155e14c8ad3b4b67859bd9e1b1f5c01c6a19fd49584ae443b1ff37a4083f
DEBUG    botocore.auth:auth.py:430 Signature:
ee7878533509a00b10fe48be886a52188ffdb4b69894b1e0a8968ae84abf02e2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171739Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee7878533509a00b10fe48be886a52188ffdb4b69894b1e0a8968ae84abf02e2', 'amz-sdk-invocation-id': b'7b99813f-bf3f-45e7-bbf8-ed0074d96aa2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:39 GMT', 'x-amzn-requestid': 'hScXVC9hKKF6zI7ANKHVrjXwwsoyqCmOLKc67nElaiPwPXhHmNN1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f56e1fa2-37ba-4dfe-8ae4-9142b5665576, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f56e1fa2-37ba-4dfe-8ae4-9142b5665576, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f56e1fa2-37ba-4dfe-8ae4-9142b5665576, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4c8e9a7d-15ce-4c1f-943f-8b5ee9a9ee82, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4c8e9a7d-15ce-4c1f-943f-8b5ee9a9ee82, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4c8e9a7d-15ce-4c1f-943f-8b5ee9a9ee82, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171740Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171740Z
20251126/us-east-1/s3/aws4_request
9e7028e6738808a8a52e81168777ecd5c6f18be333fe02a950db8523176a7eb0
DEBUG    botocore.auth:auth.py:430 Signature:
eb95ff0f0e975429364a87e7a5619b6f294adccfc9af82658c095d45aa052a4c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171740Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb95ff0f0e975429364a87e7a5619b6f294adccfc9af82658c095d45aa052a4c', 'amz-sdk-invocation-id': b'14cd0760-32c9-40ef-84bf-33130f61d25f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:40 GMT', 'x-amzn-requestid': 'd8ECNhDMRknq1PS7OJ2GJaaX3QiolnQMRxDQf8TGvswySGDXxOsg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171740Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171740Z
20251126/us-east-1/s3/aws4_request
bb2bb79f839a34d288935cc7ae6392c31a3938115637707cf888b12d5ad94193
DEBUG    botocore.auth:auth.py:430 Signature:
a2921664f915dda9af6309b9e32044a07a182464709fd7d32b4c9277b0aaa5b7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171740Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a2921664f915dda9af6309b9e32044a07a182464709fd7d32b4c9277b0aaa5b7', 'amz-sdk-invocation-id': b'60ab9964-169a-45fa-9b08-cfda54856a36', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:40 GMT', 'x-amzn-requestid': 'HeXzLvGoNvShcYx1gejgngKytjRgzu7TWb7D9XwAT03E7x6PXxVi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171740Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171740Z
20251126/us-east-1/s3/aws4_request
35ef8a7645580aab6b648f215c2ca9d61ebcc6cc811011820583000dfea1bd64
DEBUG    botocore.auth:auth.py:430 Signature:
2fd4915e0bb280caca75786b01d6eae9264bef2934fe2a49b38d669bad18affd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171740Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2fd4915e0bb280caca75786b01d6eae9264bef2934fe2a49b38d669bad18affd', 'amz-sdk-invocation-id': b'07d2a6fd-3d24-4c36-a9b2-1aa0b6657b1c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:40 GMT', 'x-amzn-requestid': 'aMmc8UIPtg0HonZKDVfqw2jxMJymIMhFaJ0q9sZymnR3lU735115', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3dd19e60-b074-48f5-ab75-4601bc096588, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3dd19e60-b074-48f5-ab75-4601bc096588, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3dd19e60-b074-48f5-ab75-4601bc096588, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d695a0c0-4305-4e2e-8ea5-1a49d9f122b3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d695a0c0-4305-4e2e-8ea5-1a49d9f122b3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d695a0c0-4305-4e2e-8ea5-1a49d9f122b3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171742Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171742Z
20251126/us-east-1/s3/aws4_request
9d38e2b85046ff54baf7fee1d2cf8bd14cdb6edfece1255b24f928195edbfa56
DEBUG    botocore.auth:auth.py:430 Signature:
3dabedf62e0c8e56c0c9606d847b0c9b80257f44fe0d925df2ef981b12413149
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171742Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3dabedf62e0c8e56c0c9606d847b0c9b80257f44fe0d925df2ef981b12413149', 'amz-sdk-invocation-id': b'7ef4201e-fb8d-4a6c-bb85-d05a67ed7d94', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:42 GMT', 'x-amzn-requestid': 'WcpXjxgbKNNsjkbwga51d7EaZBwR7iiPPjo3IcS8kEJdoqQFV9Xi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171742Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171742Z
20251126/us-east-1/s3/aws4_request
c0062b98135eb5026c769fb0fee58bcb273683baae0f0a266de3aef8ee746744
DEBUG    botocore.auth:auth.py:430 Signature:
f178bf3cf080f5657c1f3cdd38fa33fc6620867ba6d7581674891f47919a10e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171742Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f178bf3cf080f5657c1f3cdd38fa33fc6620867ba6d7581674891f47919a10e5', 'amz-sdk-invocation-id': b'9c0d5c27-d314-4b53-9ce5-2d920f5b5491', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:42 GMT', 'x-amzn-requestid': 'vjGPs9vQDD5HZkhxJfoVauXKBe8PhfuDXRe2qFxX1pUloWGmkM6l', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171742Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171742Z
20251126/us-east-1/s3/aws4_request
22ed63a32e46ffed06a808a83853489eaa9a5676afc2165b59b4946440042c45
DEBUG    botocore.auth:auth.py:430 Signature:
31fe0b4eb50e2e87e53093c9522054cab0abf5c0dd93cdb3de89b9ac565a45d1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171742Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=31fe0b4eb50e2e87e53093c9522054cab0abf5c0dd93cdb3de89b9ac565a45d1', 'amz-sdk-invocation-id': b'efb97702-f080-4426-9a37-bf543c9e4736', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:42 GMT', 'x-amzn-requestid': 'CdPU3W1iVJ3eluZzLNievFz7eHauaPn7qMMdnPcGUyQFagxUQpZW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b9030ceb-472c-4248-a92d-ed6b50e28e50, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b9030ceb-472c-4248-a92d-ed6b50e28e50, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b9030ceb-472c-4248-a92d-ed6b50e28e50, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7acc8031-57e2-46e3-8c6a-f1dc946feb7b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7acc8031-57e2-46e3-8c6a-f1dc946feb7b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7acc8031-57e2-46e3-8c6a-f1dc946feb7b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171743Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171743Z
20251126/us-east-1/s3/aws4_request
25a2ce9edc6b8f5cb54562a2f1073e8fab7ca36cfc33130063dbb12e742cd72d
DEBUG    botocore.auth:auth.py:430 Signature:
b4157eda0fa136369195559721b3348ecc93f637e4f97f88dada9327536a8e08
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171743Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4157eda0fa136369195559721b3348ecc93f637e4f97f88dada9327536a8e08', 'amz-sdk-invocation-id': b'e81149c7-5e3e-471b-8950-6c1a5d538a57', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:43 GMT', 'x-amzn-requestid': 'HaQs2IGjnWXgShH0LoeRENe6OOE2j8VS8es0qdAh7wZXK60xXu0e', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171743Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171743Z
20251126/us-east-1/s3/aws4_request
97ab39467dd961b76d4edf9fdd400c05631948484750a933e4383a8e3b71cb6b
DEBUG    botocore.auth:auth.py:430 Signature:
9301fc3c0b3e2ec229117a65abcc0f3669d35d7fa4c92bf5dd51147dcd66ffc4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171743Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9301fc3c0b3e2ec229117a65abcc0f3669d35d7fa4c92bf5dd51147dcd66ffc4', 'amz-sdk-invocation-id': b'2a28515d-8493-4f8d-87d8-a7111833450d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:43 GMT', 'x-amzn-requestid': 'pEGe5salrnbZX1GIkesV3ei74ym7lmvZuEiIi2Mdi2R2sSeyi6Jl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171743Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171743Z
20251126/us-east-1/s3/aws4_request
bc06273eaf0ccecde99f14d655f28028fb836c37c9846a7e4d505e65056b4aed
DEBUG    botocore.auth:auth.py:430 Signature:
5c8c6f07c2fde8ca3324c4d7020e60919a1e9eb675a42f185d617beccf4164f8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171743Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c8c6f07c2fde8ca3324c4d7020e60919a1e9eb675a42f185d617beccf4164f8', 'amz-sdk-invocation-id': b'f2cbe538-5099-4505-be85-a0f1278a6ae4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:43 GMT', 'x-amzn-requestid': 'Fk4hdh9LZOMoimkqUujGSkmv5fwitaeshYXFrMZ31MaptOaxPANR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f59bc407-5cb3-4f81-97c8-10d90a0008ba, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f59bc407-5cb3-4f81-97c8-10d90a0008ba, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f59bc407-5cb3-4f81-97c8-10d90a0008ba, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0e01e80b-a82d-4c0b-90fa-cf9009af710d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0e01e80b-a82d-4c0b-90fa-cf9009af710d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0e01e80b-a82d-4c0b-90fa-cf9009af710d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171744Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171744Z
20251126/us-east-1/s3/aws4_request
d75e857c4da0d37dd6ca136fcc6abea95812a6dec159eb675facaafdb0944ac1
DEBUG    botocore.auth:auth.py:430 Signature:
ea664048ada0bb016103d26247d382b69a9d55427c7816c1ab6819212deff54f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171744Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea664048ada0bb016103d26247d382b69a9d55427c7816c1ab6819212deff54f', 'amz-sdk-invocation-id': b'a1282af4-e542-49c3-a3ea-a8f41311b972', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:44 GMT', 'x-amzn-requestid': '0lIBbEWDKFBY1X76wP5S6dw15DXJtT7IuwOER3XivUE0XymH9GG5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171744Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171744Z
20251126/us-east-1/s3/aws4_request
5cc4f1c839e8aed7d3faa0c25ee4b64001a82ac8ba5c5ba80ee9c9456853213c
DEBUG    botocore.auth:auth.py:430 Signature:
f362045ecbc35d0fe7113ea376531107d51e3ffade0b74d3141fbba5d40b5cdd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171744Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f362045ecbc35d0fe7113ea376531107d51e3ffade0b74d3141fbba5d40b5cdd', 'amz-sdk-invocation-id': b'f57ffc9f-9823-4cca-bfc1-5d300a58cebc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:44 GMT', 'x-amzn-requestid': 'ldS8zDUPHj3lI4vTUQP97JBME6ZeDEpGJWU9Vnuhmk787fWyNzMO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171744Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171744Z
20251126/us-east-1/s3/aws4_request
0945695305791c5bcff57c8589ecec78db2d34b5bfda4fb4bc7e42317cfaeb1b
DEBUG    botocore.auth:auth.py:430 Signature:
7b084dc214ff69b3cad14401adb123b3029ca2e48ba2a7185ed94fd5a7425a35
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171744Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b084dc214ff69b3cad14401adb123b3029ca2e48ba2a7185ed94fd5a7425a35', 'amz-sdk-invocation-id': b'429ceaf7-ceb1-45c7-87ae-762be606892d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:44 GMT', 'x-amzn-requestid': 'BcUcfVisK4HJi9uWk9cIGvoUrT1cXeOYBD89475awmOTOcukxUJV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 373ec344-fa10-462d-aaf4-58dd0b04d91f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 373ec344-fa10-462d-aaf4-58dd0b04d91f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 373ec344-fa10-462d-aaf4-58dd0b04d91f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7fe5e246-f7e1-4500-ae7d-2066b5c0f9a2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7fe5e246-f7e1-4500-ae7d-2066b5c0f9a2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7fe5e246-f7e1-4500-ae7d-2066b5c0f9a2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171746Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171746Z
20251126/us-east-1/s3/aws4_request
3cec240b27961cf9f89b8b40d3794dc60113ab943aeb462d2e59053e6eee9cab
DEBUG    botocore.auth:auth.py:430 Signature:
fbdad54b5736bccf68d70dd73325cc867605eb6fe081c83ed0fbc61e97ccc168
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171746Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fbdad54b5736bccf68d70dd73325cc867605eb6fe081c83ed0fbc61e97ccc168', 'amz-sdk-invocation-id': b'b106bbab-5b44-421f-864e-3d37de77bca3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:46 GMT', 'x-amzn-requestid': '1UxMDxEiU20fCMy9G1mHy5vtfyhQe60iwTr6W51vrniJzo23B9rH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171746Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171746Z
20251126/us-east-1/s3/aws4_request
d98d6f01af3788ff6699c2cf1a036ca9d7293ecc5d653defa65b50bcd3656d8e
DEBUG    botocore.auth:auth.py:430 Signature:
9aa3d5bf9ce5076e365f81a54a80604a0862123b02dafe666d3575753344af19
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171746Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9aa3d5bf9ce5076e365f81a54a80604a0862123b02dafe666d3575753344af19', 'amz-sdk-invocation-id': b'5669783c-dc6c-4413-bd74-d26eca0fb95b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:46 GMT', 'x-amzn-requestid': 'M7ch73NUOa7qn0GtluRQEQxsVjpXShRWVdOjnQ1bAeE5nT9yFcGR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171746Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171746Z
20251126/us-east-1/s3/aws4_request
11688150c111c05f99742e4583a7334be7ae1eb52962ebdd971eecd195a1f4f9
DEBUG    botocore.auth:auth.py:430 Signature:
6457a031e1ad2cf4c12f4b401640b8b7bfc223fbc30550816b70b9b92c97059a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171746Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6457a031e1ad2cf4c12f4b401640b8b7bfc223fbc30550816b70b9b92c97059a', 'amz-sdk-invocation-id': b'298b19dd-dd5d-4e82-943a-039e5b80909f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:46 GMT', 'x-amzn-requestid': '0seIRLpMOcNOEWNUKNGtyK7MFqJ1hX6wVKfVtRs2a7vtcf4wrNxS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e49fe98f-6285-47b2-b5f6-865e08729434, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e49fe98f-6285-47b2-b5f6-865e08729434, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e49fe98f-6285-47b2-b5f6-865e08729434, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e13c2365-39bc-469c-a325-e0f895bbb638, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e13c2365-39bc-469c-a325-e0f895bbb638, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e13c2365-39bc-469c-a325-e0f895bbb638, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171747Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171747Z
20251126/us-east-1/s3/aws4_request
631a6c7e70b88f84ea5c6e07ac02340fe9c40b9c96d196f4fa7b58a03b9fc8c6
DEBUG    botocore.auth:auth.py:430 Signature:
1bbf47ebc65c28f15d968c720be7f4ab45c34982b354900c8a4092970fb41d0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171747Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1bbf47ebc65c28f15d968c720be7f4ab45c34982b354900c8a4092970fb41d0e', 'amz-sdk-invocation-id': b'd5281eb3-c8d9-4f7f-9f5f-980d0ed358d5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:47 GMT', 'x-amzn-requestid': 'Z9RTuKbpSZ4CgH9GqgqkXo9Wn5pjHtI2rXvQE0epLHndcS0NKBC3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171747Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171747Z
20251126/us-east-1/s3/aws4_request
19d72a5412c56decb1b289baf2ffef9a89c424d8e6d0b46574e08b65353ab451
DEBUG    botocore.auth:auth.py:430 Signature:
0a7f233105b0258675c17ca11537b08096351b2581dce10a6df7e6710b35770f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171747Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a7f233105b0258675c17ca11537b08096351b2581dce10a6df7e6710b35770f', 'amz-sdk-invocation-id': b'7323bf96-92f5-4b1d-9404-5193b2d39e25', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:47 GMT', 'x-amzn-requestid': 'B1qX9In7v9gK9MOOS3EARxVfbK4ffjk7IIeXFTJwNjrYiJQMCDSg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171747Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171747Z
20251126/us-east-1/s3/aws4_request
8ef4c107f16dc4e8dc8f327facaa7cb31db86affed17f3ea05ab095d0f4cc806
DEBUG    botocore.auth:auth.py:430 Signature:
405fcce9418a41d611cf3da81af84746e620a2ec82f149f5064f33a41a774c30
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171747Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=405fcce9418a41d611cf3da81af84746e620a2ec82f149f5064f33a41a774c30', 'amz-sdk-invocation-id': b'83c6fcfe-09b8-45de-bf11-4d290c4f6565', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:47 GMT', 'x-amzn-requestid': 'RF03THETPJsl5IpotRgcCaDeFnz2kmvj4LidQtpxL3Uog9AjU6RV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6bd6f0d7-6927-48db-b4fc-230c291cebaa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6bd6f0d7-6927-48db-b4fc-230c291cebaa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6bd6f0d7-6927-48db-b4fc-230c291cebaa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e6076444-b222-4afc-b872-46ae61a1cd82, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e6076444-b222-4afc-b872-46ae61a1cd82, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e6076444-b222-4afc-b872-46ae61a1cd82, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171749Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171749Z
20251126/us-east-1/s3/aws4_request
6e0cf0ed03f466a5870ac15015bfc67588c76e3a495c7f83dceb68bf130c4d2a
DEBUG    botocore.auth:auth.py:430 Signature:
c99d3d50a757336c1d7c610113cac02a6c7a0a14b5ad3600a506e3530edd5012
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171749Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c99d3d50a757336c1d7c610113cac02a6c7a0a14b5ad3600a506e3530edd5012', 'amz-sdk-invocation-id': b'3c837404-ab9e-4111-adc5-157e8510fd01', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:49 GMT', 'x-amzn-requestid': 'Eo4aRlefRXhDDEe1bTVjjk0DB5gJQRPXfgRZnQjgepSblssiAWE6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171749Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171749Z
20251126/us-east-1/s3/aws4_request
6115e8f67afe3e777c6296d371fec507fd14f97831d71116349e54e06f3939a9
DEBUG    botocore.auth:auth.py:430 Signature:
2fd782cf0f3d9961b2ccdd58ce7546cee2c1438465cc5fbfdc2faba3e32dabc6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171749Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2fd782cf0f3d9961b2ccdd58ce7546cee2c1438465cc5fbfdc2faba3e32dabc6', 'amz-sdk-invocation-id': b'f78fe068-a894-492b-ade5-bfa9f7891a6d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:49 GMT', 'x-amzn-requestid': 'XjZwLlGK2THDZ6Kj3rHYylwzwDJgwLBKOXx3dziUjVkPkZrdoJuJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171749Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171749Z
20251126/us-east-1/s3/aws4_request
3fb2d9873dbb35e621df9f5e3022e9418b70688753c258533f3a780da38379ce
DEBUG    botocore.auth:auth.py:430 Signature:
1015b455f98111f17e6bea2eedc3ede5123c5dfe45ede560c80bea693d53c8c9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171749Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1015b455f98111f17e6bea2eedc3ede5123c5dfe45ede560c80bea693d53c8c9', 'amz-sdk-invocation-id': b'17bab304-cd6e-4ee1-9c4f-ca0af9e3826e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:49 GMT', 'x-amzn-requestid': 'GpeGs5tOelJOuRGLZaWJbqhvYWXgXMdyfSJBIwAREyNDPYZ9CtD2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c29ff1d0-9f0e-494d-8a1e-f14d011f3ca0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c29ff1d0-9f0e-494d-8a1e-f14d011f3ca0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c29ff1d0-9f0e-494d-8a1e-f14d011f3ca0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4dab7ace-3d55-4829-aa4a-8bbdc1e13eb3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4dab7ace-3d55-4829-aa4a-8bbdc1e13eb3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4dab7ace-3d55-4829-aa4a-8bbdc1e13eb3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171750Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171750Z
20251126/us-east-1/s3/aws4_request
4ef18c8ff0f7f040a8f0a7126acf6c5bc7f8224e695bbbda116d4670ba76d6ec
DEBUG    botocore.auth:auth.py:430 Signature:
4fcb606feebd4b07080ef47a653fe1754e2b8c5e2fa2437839e4ff3d3c273c64
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171750Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4fcb606feebd4b07080ef47a653fe1754e2b8c5e2fa2437839e4ff3d3c273c64', 'amz-sdk-invocation-id': b'df783621-e9ea-413f-9211-74231850f79b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:50 GMT', 'x-amzn-requestid': 'RAnPbWHVPLdPl3VjeXUJDhMdMAOqoCT8YfcJvWtQaVw95WVTqSZ5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171750Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171750Z
20251126/us-east-1/s3/aws4_request
4f5b7973975b2792a4065f7aa255c9d892f19ab504d1a472c4f131fc9d5a6523
DEBUG    botocore.auth:auth.py:430 Signature:
06de06320929f3d8078640b1554c286587ed5fa7de70e086ed0216c625aa66a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171750Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=06de06320929f3d8078640b1554c286587ed5fa7de70e086ed0216c625aa66a8', 'amz-sdk-invocation-id': b'47bb5bd0-2dd4-4027-a403-9514ac270592', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:50 GMT', 'x-amzn-requestid': '0HEFoCbXJs3dCCHl6iiOPCFwr80VcnysRSvKiWIMmzOoDdQrZzeP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171750Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171750Z
20251126/us-east-1/s3/aws4_request
b182483756d9213d550abb5cc371525c7a9b78fdd5a040bd3fbec0c30157103f
DEBUG    botocore.auth:auth.py:430 Signature:
f05007b57c6604ef084444e954a3d694878662ca30693c3ec2beaa737d4585f3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171750Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f05007b57c6604ef084444e954a3d694878662ca30693c3ec2beaa737d4585f3', 'amz-sdk-invocation-id': b'148c8115-613c-4aa5-a6ff-0dbd70ec41b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:50 GMT', 'x-amzn-requestid': 'hCiD4eSISXs1mo5N25fhvCIFS1ZzpfTtZRQKZ42YPhnfVNSfu4ky', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4cf90e2-3b91-4af8-8285-9d1538b113e2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4cf90e2-3b91-4af8-8285-9d1538b113e2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4cf90e2-3b91-4af8-8285-9d1538b113e2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5bea54da-a814-4d10-b901-bce037ea4ee2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5bea54da-a814-4d10-b901-bce037ea4ee2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5bea54da-a814-4d10-b901-bce037ea4ee2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171751Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171751Z
20251126/us-east-1/s3/aws4_request
35956f5b050a6a97532a10f2c1c3fa05d30eea8e1402b2d48f2cb907bd86fe90
DEBUG    botocore.auth:auth.py:430 Signature:
8618721930097b9781288e98dcd654d9cff16cf83917fd89dd9a9646bc2969f5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171751Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8618721930097b9781288e98dcd654d9cff16cf83917fd89dd9a9646bc2969f5', 'amz-sdk-invocation-id': b'd58009bf-0374-4864-85e5-cc0e2ddba925', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:51 GMT', 'x-amzn-requestid': 'jd8Dh7d9ykk0thTWdIzXqbI8glrgqbEtkRPCBFuOLfaP0tQWQOmD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171751Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171751Z
20251126/us-east-1/s3/aws4_request
fd56387877291adb414d5f154410e4d9f28fe002a215d36817efaddd281c0d1a
DEBUG    botocore.auth:auth.py:430 Signature:
967b3a42ce023f07072c30708e9dce9eb548c92651beaaebe9f6d44f49b4caab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171751Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=967b3a42ce023f07072c30708e9dce9eb548c92651beaaebe9f6d44f49b4caab', 'amz-sdk-invocation-id': b'739acc82-2261-4dfe-bb71-2a01de9e316d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:51 GMT', 'x-amzn-requestid': 'D2Sb6SP4ptjWRQg9NkhMB9Azxh48d4TXWA7lLhegmbAlvfkeAEu6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171751Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171751Z
20251126/us-east-1/s3/aws4_request
87e563c1817e305d54ca7be3ce1769edfe3b9d07a44bc81c026b88b91368ae89
DEBUG    botocore.auth:auth.py:430 Signature:
642d511db38a9111978a83127e9fc1aa6bf1238c37aa87c77140468d7777b4fe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171751Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=642d511db38a9111978a83127e9fc1aa6bf1238c37aa87c77140468d7777b4fe', 'amz-sdk-invocation-id': b'1a85d45f-6624-4267-b915-89fc90f68786', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:51 GMT', 'x-amzn-requestid': '3DXLC58VsHIF0g97xT8SmVjwDnbGmgWXE2DPNESZwXFzbb95FNUk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0230703b-f357-497b-8d63-f862823b1ad8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0230703b-f357-497b-8d63-f862823b1ad8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0230703b-f357-497b-8d63-f862823b1ad8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 92fc05ab-dd7e-4725-a591-b3abd5a16c2f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 92fc05ab-dd7e-4725-a591-b3abd5a16c2f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 92fc05ab-dd7e-4725-a591-b3abd5a16c2f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171753Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171753Z
20251126/us-east-1/s3/aws4_request
06af1d78442c216d05486e261401a23e777076b4e3ffafa63c5ae753420a3c4f
DEBUG    botocore.auth:auth.py:430 Signature:
601fcf3baa8b0fdba1844607d655b1d3413e0ae55d5b0f1bc1f0d61a953f85b0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171753Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=601fcf3baa8b0fdba1844607d655b1d3413e0ae55d5b0f1bc1f0d61a953f85b0', 'amz-sdk-invocation-id': b'16b22742-b93f-4c94-8c1d-9a3e8ba3965b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:53 GMT', 'x-amzn-requestid': 'zx9K6pfTUxpDijvv5vpBXKaMfM1iEAO7mK97zH43TC6N7jfljy87', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171753Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171753Z
20251126/us-east-1/s3/aws4_request
2d58ccc3a334539cb9856c29640e66924ef8072f98434861926c1431174fa831
DEBUG    botocore.auth:auth.py:430 Signature:
64aef869a33a21818a3353b092e8dba476679b2efa24cdbabaf1924b3c1ec93d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171753Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=64aef869a33a21818a3353b092e8dba476679b2efa24cdbabaf1924b3c1ec93d', 'amz-sdk-invocation-id': b'd0521b1b-04a0-4e89-8337-1b9437586098', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:53 GMT', 'x-amzn-requestid': 'Pi0AfeGtrcWEqNvaq1rJkvAzl4C8L0hHD7621s5wSjptb4dSNLpk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171753Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171753Z
20251126/us-east-1/s3/aws4_request
ce52059da24fbbd69146f71464f1ed5d7e976c329aaeb04d7a3c249df0e5a98d
DEBUG    botocore.auth:auth.py:430 Signature:
8ef755596de986b4620176ca283dc811d81d9c9f54701f5be3d3df9acc8bde3f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171753Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8ef755596de986b4620176ca283dc811d81d9c9f54701f5be3d3df9acc8bde3f', 'amz-sdk-invocation-id': b'f7fd7396-80fb-4fe1-bfbb-111f7d25dcb2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:53 GMT', 'x-amzn-requestid': 'NXITd1EcpfIL3zEPzaWzAPIFXXUamU9cSQxVZUpDa3MVza9OprRj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d9ae545-308b-4392-b951-8517aa82d8e5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d9ae545-308b-4392-b951-8517aa82d8e5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4d9ae545-308b-4392-b951-8517aa82d8e5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 37f02e6b-ac3a-463e-9c9d-a85095ebbc97, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 37f02e6b-ac3a-463e-9c9d-a85095ebbc97, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 37f02e6b-ac3a-463e-9c9d-a85095ebbc97, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171754Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171754Z
20251126/us-east-1/s3/aws4_request
489bb8293660019a9d5b2ab547849efe77bc3b96b39e38b40033f89ccfe130b1
DEBUG    botocore.auth:auth.py:430 Signature:
35fd1b1e6fee6bc0da1578b0ca56714aea9dc2a7ab14884fdbf20e8746088abe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171754Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35fd1b1e6fee6bc0da1578b0ca56714aea9dc2a7ab14884fdbf20e8746088abe', 'amz-sdk-invocation-id': b'37c4fb9e-31c4-4d5d-90c9-f22285d27a21', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:54 GMT', 'x-amzn-requestid': '85CVevhgAejXTnyP7mPXMtfMVQJ4mjhwQcZ1Pnk1bOElhDbvjh1T', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171754Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171754Z
20251126/us-east-1/s3/aws4_request
1371ba6d340f05487c159a11eaea046ad62c4d66bc9df37b83d0e4ad2850b577
DEBUG    botocore.auth:auth.py:430 Signature:
15f3d34016706fe58e158570593359ab74906ef6fc86f096d1fdabf9fe9b8975
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171754Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=15f3d34016706fe58e158570593359ab74906ef6fc86f096d1fdabf9fe9b8975', 'amz-sdk-invocation-id': b'ce58cd0f-9b54-485b-b08d-4169c5b214a3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:54 GMT', 'x-amzn-requestid': 'zWwOOP4YJsJ49fDvXSjeDWr8NGwgiQHkUYe7Tn9XncQHqg7ELIdF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171754Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171754Z
20251126/us-east-1/s3/aws4_request
5a074a4bfc1b4c5852305c8f739972acde660453d4015cd551219de7daa803c2
DEBUG    botocore.auth:auth.py:430 Signature:
15fb80d45142af35e016237ef714e9a63e683b2df9f4edf21d66a272695a713e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171754Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=15fb80d45142af35e016237ef714e9a63e683b2df9f4edf21d66a272695a713e', 'amz-sdk-invocation-id': b'0391d9cb-0e3c-4fba-b56d-684b9ad03653', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:54 GMT', 'x-amzn-requestid': 'Jd0SSVgx0WBXqu0btvLWze39nkqw94foARe121W1pae1GEIzbx8f', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3910dadc-fdf0-4c47-9401-25c9efd30b78, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3910dadc-fdf0-4c47-9401-25c9efd30b78, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3910dadc-fdf0-4c47-9401-25c9efd30b78, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 704d30df-57ae-47da-bc71-1e6590a0ec22, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 704d30df-57ae-47da-bc71-1e6590a0ec22, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 704d30df-57ae-47da-bc71-1e6590a0ec22, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171755Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171755Z
20251126/us-east-1/s3/aws4_request
24488adb958c6b5d06fcf90fedf4779fdb187255ed632b85790af5b0713a8a5b
DEBUG    botocore.auth:auth.py:430 Signature:
2c86146eb0ea6dd120f8f4efa64ba0d4b0d5694348a4ab30f173cf536d9088b8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171755Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c86146eb0ea6dd120f8f4efa64ba0d4b0d5694348a4ab30f173cf536d9088b8', 'amz-sdk-invocation-id': b'2bfa2345-5c48-40f6-87fe-7f75dc8e69fe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:55 GMT', 'x-amzn-requestid': 'N4NGfhKaIDZ01WE64juur2WInzT4k4gqeaZ2gAwoyw6Ou4P96RFl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171755Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171755Z
20251126/us-east-1/s3/aws4_request
91b9c19f5e644d1d3e459a4186b9350a6de0db96b634d9bcf12aac05f4d84f84
DEBUG    botocore.auth:auth.py:430 Signature:
96c74c5f9f35bfa2d2a3075a9f869e06dc9b8be95d9b961e930437ce0534aed1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171755Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=96c74c5f9f35bfa2d2a3075a9f869e06dc9b8be95d9b961e930437ce0534aed1', 'amz-sdk-invocation-id': b'e1d5ba23-fa53-4914-bf80-8beddae0ddbb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:55 GMT', 'x-amzn-requestid': 'irdoE3KgxrXZN0GDaLXon3qJhI5WGWxEQ8u8llDf2PLJB5XwGEUx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171755Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171755Z
20251126/us-east-1/s3/aws4_request
ff10a8bffd1863e42e5c48da6818d688aa555da52a89511f8e36eb48655fe10d
DEBUG    botocore.auth:auth.py:430 Signature:
130135747e96e801a93f1dbd8b1b8222b5e5034db587e1a5eacf605dd38be098
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171755Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=130135747e96e801a93f1dbd8b1b8222b5e5034db587e1a5eacf605dd38be098', 'amz-sdk-invocation-id': b'08904f60-3310-48f9-af90-d9d6522af288', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:55 GMT', 'x-amzn-requestid': 'FF0S6Kf2HSUED8OTpRMO34GBWTDoZnymP1PU3MahBI8zET4cT9bS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 46cf6c86-ff02-40cd-b6f5-6f14c7a44813, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 46cf6c86-ff02-40cd-b6f5-6f14c7a44813, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 46cf6c86-ff02-40cd-b6f5-6f14c7a44813, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 057d396b-5eee-4b78-b8b6-40886993aef1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 057d396b-5eee-4b78-b8b6-40886993aef1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 057d396b-5eee-4b78-b8b6-40886993aef1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171757Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171757Z
20251126/us-east-1/s3/aws4_request
54da43b48e6dd28e169cf6fa8ac47436b04dbe57f2ab015cac82d065e34e48d5
DEBUG    botocore.auth:auth.py:430 Signature:
3495a4175d6989e14958404cee4c6e3df38a0f11188837254a40cfeaf125b8eb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171757Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3495a4175d6989e14958404cee4c6e3df38a0f11188837254a40cfeaf125b8eb', 'amz-sdk-invocation-id': b'08f99a9d-1c41-4800-a637-6e5248ffde3a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:57 GMT', 'x-amzn-requestid': 'NGrOZmA9RUmcP6uDCMz2t36SdjwwWunosl6MlkgG791u0HXYgBA6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171757Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171757Z
20251126/us-east-1/s3/aws4_request
9e176cbd1af05d4e217abd6419211e88d38cf265e08f46c9e5b039e9bed4e67e
DEBUG    botocore.auth:auth.py:430 Signature:
66e4f914b697fe2731e610229e5df34a0fc5806f6edbd4522ddc670444221f55
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171757Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=66e4f914b697fe2731e610229e5df34a0fc5806f6edbd4522ddc670444221f55', 'amz-sdk-invocation-id': b'2e632d2a-8ab8-451f-8ae1-52d1d689bed9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:57 GMT', 'x-amzn-requestid': 'W4v4eljDp5Zr92FTxy4qMdeiqqbRGOPPCduqWTw1flE7cQwp6oNC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171757Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171757Z
20251126/us-east-1/s3/aws4_request
37fb43474c8fb2b319197cb7e81bcc8f90957625c778dc05118d7e36071db95c
DEBUG    botocore.auth:auth.py:430 Signature:
029bff149f6b96320ecef3b95cff91d071245a41c76121d6a4f6081514706787
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171757Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=029bff149f6b96320ecef3b95cff91d071245a41c76121d6a4f6081514706787', 'amz-sdk-invocation-id': b'9367b3eb-2b17-4874-927c-20002ee8cadf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:57 GMT', 'x-amzn-requestid': 'VIne6IrUCsnfEo2AsrO3HhXq0UCqQMhRyRpX2OsWQ4DclKNwW2lT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d5113c35-5eea-4806-8613-cd5fbfa9d4d3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d5113c35-5eea-4806-8613-cd5fbfa9d4d3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d5113c35-5eea-4806-8613-cd5fbfa9d4d3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0fc3094b-55ff-4c09-b648-9c2c4d9dea61, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0fc3094b-55ff-4c09-b648-9c2c4d9dea61, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0fc3094b-55ff-4c09-b648-9c2c4d9dea61, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171758Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171758Z
20251126/us-east-1/s3/aws4_request
2e1a57ba8892b76d9a9ede42d878342beffa0b26b96ba26112940606df8fb455
DEBUG    botocore.auth:auth.py:430 Signature:
0b7f1fb8bd1606d466e8a90af1c394885edc7518a925759996fe2a415c6cca4f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171758Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b7f1fb8bd1606d466e8a90af1c394885edc7518a925759996fe2a415c6cca4f', 'amz-sdk-invocation-id': b'903af884-54ef-4cdc-8057-0eb9b05c63ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:58 GMT', 'x-amzn-requestid': 'C4kv6sSqMcBFsJyblrK3MX2rfhdhwvjkTkUSXmX16zvICUrR61ln', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171758Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171758Z
20251126/us-east-1/s3/aws4_request
831ded01d4d90ea09c8fd20d31d151d033fa958787a66a505e432d3b04aa62ab
DEBUG    botocore.auth:auth.py:430 Signature:
2de4847a1d82346b8a822e29a04445301e3470d27ef7b2dd34f98f076713cc54
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171758Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2de4847a1d82346b8a822e29a04445301e3470d27ef7b2dd34f98f076713cc54', 'amz-sdk-invocation-id': b'c38d0313-d0d4-471b-b9d4-4e5542cb259e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:58 GMT', 'x-amzn-requestid': 'dI7iiuzgP9v39CNYZsxwthoXFwruwddXBeAJtTFFhcANIUrpyta8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171758Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171758Z
20251126/us-east-1/s3/aws4_request
52d221e7df44ba47ebd184f677d7cfeffa134f16d13c379802463b60e479b42a
DEBUG    botocore.auth:auth.py:430 Signature:
f48e4f82ae8c39faca4242f23773501f5cf900bbe8f524b4eded78b71c205c44
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171758Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f48e4f82ae8c39faca4242f23773501f5cf900bbe8f524b4eded78b71c205c44', 'amz-sdk-invocation-id': b'6072d726-7b89-4bc7-ae79-b013b4569260', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:58 GMT', 'x-amzn-requestid': 'PIxHx2aGAyHWw0Z43sPdYRjyu5Y6Dd2nbOr20yd9MFJuzbRr4yWu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 286613b6-087f-4169-bcae-d40053f2a38f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 286613b6-087f-4169-bcae-d40053f2a38f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 286613b6-087f-4169-bcae-d40053f2a38f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1b42aa83-5771-48b4-82b6-14b76d66c693, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1b42aa83-5771-48b4-82b6-14b76d66c693, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1b42aa83-5771-48b4-82b6-14b76d66c693, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171759Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171759Z
20251126/us-east-1/s3/aws4_request
386ab31f33e5af2570dcb911679f0a3c6f8b94fd82023f283fedd962da09ac11
DEBUG    botocore.auth:auth.py:430 Signature:
168f716338362512f0174020528564a1636cf971e3877cec93210cb4422038db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171759Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=168f716338362512f0174020528564a1636cf971e3877cec93210cb4422038db', 'amz-sdk-invocation-id': b'fd2ca167-c77e-4688-9594-85970f564285', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:59 GMT', 'x-amzn-requestid': 'vow6O6T4loR1QLkfZ0mArvzyceQvRKsekmkssrnwSUDTEWR8gvBf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171759Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171759Z
20251126/us-east-1/s3/aws4_request
a13781f1a674f4bc7bb903f481a78af5a148c9751540813c83a0d3ffd5fa2879
DEBUG    botocore.auth:auth.py:430 Signature:
87bd076c53a3cc9f649846a178f33d633033c00d1ab8ac2f4200b475723df84e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171759Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=87bd076c53a3cc9f649846a178f33d633033c00d1ab8ac2f4200b475723df84e', 'amz-sdk-invocation-id': b'99bdae9e-f050-4a44-9d30-814d908b0f27', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:17:59 GMT', 'x-amzn-requestid': 'UdSu8yUZtlqj2oFwKtw38r9jlUHImyLn8t2NPceCfLh1ijzfrLv6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171800Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171800Z
20251126/us-east-1/s3/aws4_request
ac9277deed0fa1bc6d46f0c42d9bb87058be46bb8b3f7bd9097e279b434affa6
DEBUG    botocore.auth:auth.py:430 Signature:
8e8d5c00e50ac8c6d1cd1a4e02539384f940716d0c7683af79295cc0f872e53d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171800Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8e8d5c00e50ac8c6d1cd1a4e02539384f940716d0c7683af79295cc0f872e53d', 'amz-sdk-invocation-id': b'f24b30be-035a-46d3-a651-3c4d0f14bc8e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:00 GMT', 'x-amzn-requestid': 'deGFhHBFgQfBN2QBaD2p0e0pu46dJahrRjL4Ka2CE2EQgnc6dYo1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 971d0db1-8ec3-4e33-8692-ad13b78d5b6f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 971d0db1-8ec3-4e33-8692-ad13b78d5b6f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 971d0db1-8ec3-4e33-8692-ad13b78d5b6f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 45c8ea89-85a1-4008-b998-92d97caff585, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 45c8ea89-85a1-4008-b998-92d97caff585, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 45c8ea89-85a1-4008-b998-92d97caff585, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171801Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171801Z
20251126/us-east-1/s3/aws4_request
715d0b433cd793c12f4796257d23ce4f36eee2de0648c2b1c07cb7c172ebb6c5
DEBUG    botocore.auth:auth.py:430 Signature:
a96662793b01667d53e1519993aabcc94ae4e092026efb8e8ad82ae5449d4777
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171801Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a96662793b01667d53e1519993aabcc94ae4e092026efb8e8ad82ae5449d4777', 'amz-sdk-invocation-id': b'053b9205-6b32-48c4-9b53-3a453246f087', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:01 GMT', 'x-amzn-requestid': 'CfW5BqQgqqtXzPR3NJQzxgmKqYjRyE5R4fR1EAdVVULoJsMPbffS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171801Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171801Z
20251126/us-east-1/s3/aws4_request
9fc89d9f42f3350cb5ab6b4cccd9214e39c481711781cd68ec88bd2c93422dd9
DEBUG    botocore.auth:auth.py:430 Signature:
05ca230a7813f74dda465547bc94805e70fa58c858f33a793edd0da710e65568
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171801Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=05ca230a7813f74dda465547bc94805e70fa58c858f33a793edd0da710e65568', 'amz-sdk-invocation-id': b'470f634a-e1bd-4158-8861-0a6b2bdd6920', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:01 GMT', 'x-amzn-requestid': 'EHNG7NMUtXpgH8hQxDxZDClrFLmgd1XTgdWMK51CkXcgqGRA0O9y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171801Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171801Z
20251126/us-east-1/s3/aws4_request
8ab9a715c7a04dcb0e0251210c412a68c9bb26846d86477bae8bb5e073ea1554
DEBUG    botocore.auth:auth.py:430 Signature:
518894d4db78f97d2c1ee66359d050a4833740f645b166e7e92009436191c7b2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171801Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=518894d4db78f97d2c1ee66359d050a4833740f645b166e7e92009436191c7b2', 'amz-sdk-invocation-id': b'b54f0720-ee93-4684-970f-886ee37cba46', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:01 GMT', 'x-amzn-requestid': 'ZE0DeHcyDEagnDyVXS88RY1j8Rlc2Wpfs6LCQ0kWQ9g6aKdeYpGC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3d68d90c-90a3-49d5-9b4e-d552e8b82edb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3d68d90c-90a3-49d5-9b4e-d552e8b82edb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3d68d90c-90a3-49d5-9b4e-d552e8b82edb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5cd2edfa-9a25-4737-baa9-914237414d2e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5cd2edfa-9a25-4737-baa9-914237414d2e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5cd2edfa-9a25-4737-baa9-914237414d2e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171802Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171802Z
20251126/us-east-1/s3/aws4_request
a4a9563728e30c4fe951f84d2f33a53399e091d8ab9741b3cb13749bd7865586
DEBUG    botocore.auth:auth.py:430 Signature:
0b3ad6d1e9f59b88ef6ac72585dfbdc8998ff57007f09f96eb6d85d87d7bdfab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171802Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b3ad6d1e9f59b88ef6ac72585dfbdc8998ff57007f09f96eb6d85d87d7bdfab', 'amz-sdk-invocation-id': b'cef2ea24-7872-4377-a4a7-c3b4583276d6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:02 GMT', 'x-amzn-requestid': 'Fpk3GFquxIxH7EDHodNELhh5JWtICuJiXukIo0ulbv3wnxl2GJYI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171802Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171802Z
20251126/us-east-1/s3/aws4_request
67f9dc0348e46a77cf5965de6c571bf4bcda23305f3ba9132fcbca28f08a5461
DEBUG    botocore.auth:auth.py:430 Signature:
199edd7ae60c62c4d7ade364f4310edb276ab4f5d9b3a563e10c51850a431f89
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171802Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=199edd7ae60c62c4d7ade364f4310edb276ab4f5d9b3a563e10c51850a431f89', 'amz-sdk-invocation-id': b'42a38973-48f9-4fba-a05a-00f363642c07', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:02 GMT', 'x-amzn-requestid': 'WYZXy2DPJBTgpE7XKOn6LhSWpjCEoDnv7ZvdVkFuabvdDLvLZLow', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171802Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171802Z
20251126/us-east-1/s3/aws4_request
547db836803be94555b46d72a003ed4a586560e11bebd2cda5477065fde0f556
DEBUG    botocore.auth:auth.py:430 Signature:
465389f0e566aec5fa57bc50e473c9cc17f36f114f0a9ef7752e8ee8406c9e0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171802Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=465389f0e566aec5fa57bc50e473c9cc17f36f114f0a9ef7752e8ee8406c9e0e', 'amz-sdk-invocation-id': b'4971295c-dbff-41eb-9872-cef8d80c491b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:02 GMT', 'x-amzn-requestid': 'PxWWle5yIvMpmGPI9lx4cp2dYJhOL2cF9HA8T72oQRELrVI6zeN9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 084a1634-099f-4f54-8bf1-69c88dffaf1d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 084a1634-099f-4f54-8bf1-69c88dffaf1d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 084a1634-099f-4f54-8bf1-69c88dffaf1d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 94c3fd6c-edec-4b4e-9bf8-28ed17ecdf1f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 94c3fd6c-edec-4b4e-9bf8-28ed17ecdf1f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 94c3fd6c-edec-4b4e-9bf8-28ed17ecdf1f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171804Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171804Z
20251126/us-east-1/s3/aws4_request
dec91d6364150f2a2bc2f82e0fb2e582db6346448eb14e03ca2c7184b5819d54
DEBUG    botocore.auth:auth.py:430 Signature:
3139a2364f5c6b50a3bf371906ecc40da7b08da7fd71bfee2be84d4cf252dac3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171804Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3139a2364f5c6b50a3bf371906ecc40da7b08da7fd71bfee2be84d4cf252dac3', 'amz-sdk-invocation-id': b'499c68b8-1822-4ba6-a96c-37d3f236b894', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:04 GMT', 'x-amzn-requestid': '6RE2tMEJ2kQWNk02PXkiNje6x093AH5DuXSI5FlK4ezkWYpsU0EQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171804Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171804Z
20251126/us-east-1/s3/aws4_request
4411201097b34c7ec0d10eeb04a0a9ff81d7fe8bbfb3fce4255ae18e2fe1cc84
DEBUG    botocore.auth:auth.py:430 Signature:
2c94cc486a64c6b82622130d5584f7bae90dd7d4835a328a6c22c836ea4e6ae4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171804Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c94cc486a64c6b82622130d5584f7bae90dd7d4835a328a6c22c836ea4e6ae4', 'amz-sdk-invocation-id': b'0246a993-d1e4-428f-b035-3f21c853da46', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:04 GMT', 'x-amzn-requestid': 'XQXT2rr2Du6FbUu9GX5Vl3yHbYF7pjfthmzyuQWh2D1ibACv9mlP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171804Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171804Z
20251126/us-east-1/s3/aws4_request
9f5e8469af9fe54dd1097c553d14351cda87120bd1edcddd56622bbd844470b3
DEBUG    botocore.auth:auth.py:430 Signature:
1689fb73eb1235854a48663ecc41e1e4c90fe5e89c7283003177e25b77f4c72a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171804Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1689fb73eb1235854a48663ecc41e1e4c90fe5e89c7283003177e25b77f4c72a', 'amz-sdk-invocation-id': b'b567303b-5275-41ab-81b2-30e52ba85c6d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:04 GMT', 'x-amzn-requestid': 'uy8rNYjhZZCnPECWIKJTbEuFdnLdvKadvaLxi3647E6CJO852rSb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a553918a-92b3-432a-a838-97c7ec01d823, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a553918a-92b3-432a-a838-97c7ec01d823, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a553918a-92b3-432a-a838-97c7ec01d823, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3c4a443a-71e0-454f-bcc5-81a4e61e8d79, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3c4a443a-71e0-454f-bcc5-81a4e61e8d79, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3c4a443a-71e0-454f-bcc5-81a4e61e8d79, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 6bced319-b670-45d5-84d6-4503ec67d936, localhost:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 6bced319-b670-45d5-84d6-4503ec67d936, localhost:11655): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 6bced319-b670-45d5-84d6-4503ec67d936, localhost:11655): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-etizk2qaui.auto.internal" port: 11655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-etizk2qaui.auto.internal:11655, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11655
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171805Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171805Z
20251126/us-east-1/s3/aws4_request
2e02db12fd9c092c441b916e4305dab9ae07bd8ccd5100d720d5833042ab09dd
DEBUG    botocore.auth:auth.py:430 Signature:
d0b6a96d474f385cde6c619d534aaa8aa9506c5dbe9bed3b0b41966e564bbe15
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171805Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d0b6a96d474f385cde6c619d534aaa8aa9506c5dbe9bed3b0b41966e564bbe15', 'amz-sdk-invocation-id': b'a7278517-7f01-410d-ae07-4c35455986ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:05 GMT', 'x-amzn-requestid': '7FRMyCoGSfH9dJ53fBo3oCS22Od1vPPBD5TKIUUo33hCJeJgrNMr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171805Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171805Z
20251126/us-east-1/s3/aws4_request
61e361fa4c3516f168e89029a552e44b5ff886832a75ca5b19cd0ab78098d1cb
DEBUG    botocore.auth:auth.py:430 Signature:
14961bf2d70de920bb1bad4ff8ef7d9b52e5d7fe10becf8362674fde49a5b581
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171805Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=14961bf2d70de920bb1bad4ff8ef7d9b52e5d7fe10becf8362674fde49a5b581', 'amz-sdk-invocation-id': b'5ecb4c86-2b6f-41d8-9606-92ff785795c4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:05 GMT', 'x-amzn-requestid': 'x4KxxeiMNbek518LzHyx9MHq0y6WeB6x7dXVFfb7eBb9WMgENVVE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171805Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171805Z
20251126/us-east-1/s3/aws4_request
ccbc4e7590df5ef70c1fe872622d523d6f0e1623eb2ee0b87b3cb94bab2f23ed
DEBUG    botocore.auth:auth.py:430 Signature:
c228d09784dd9cc0203c91acafd8292a9a7bad497bdda00ecd7c7df2f22ff81f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171805Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c228d09784dd9cc0203c91acafd8292a9a7bad497bdda00ecd7c7df2f22ff81f', 'amz-sdk-invocation-id': b'dc3c65c6-7595-4986-88cc-0bff5dfc1ab5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:05 GMT', 'x-amzn-requestid': 'E3RwnMvC7L0dikDYvPk6RJgnhLnO7gm16WZW30jToQxnjSsyT0o0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 16bbb5d2-7d36-4c32-a9ee-981688a55e06, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 16bbb5d2-7d36-4c32-a9ee-981688a55e06, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 16bbb5d2-7d36-4c32-a9ee-981688a55e06, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c0f751d2-083b-4be2-8f72-375d1e677649, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c0f751d2-083b-4be2-8f72-375d1e677649, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c0f751d2-083b-4be2-8f72-375d1e677649, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171806Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171806Z
20251126/us-east-1/s3/aws4_request
1270dfed6ef0291d083671205775cbde91b83fd07bf9793a1a7f04126c45d7dc
DEBUG    botocore.auth:auth.py:430 Signature:
c33eedfe0aa5237021026882b252b40e918c421a349597a8892c096db3ecec96
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171806Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c33eedfe0aa5237021026882b252b40e918c421a349597a8892c096db3ecec96', 'amz-sdk-invocation-id': b'f7247cd1-8993-4b21-8da2-c74bd3295d98', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:06 GMT', 'x-amzn-requestid': 'RQsYGTi83Vy3rrIcckf1jKsETGd4SurSS6lwaflm7PxVJqEHpKMk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171806Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171806Z
20251126/us-east-1/s3/aws4_request
398e9f356de849db9b2b6e80c54282e6663572e9ef740cb5296b0790a3e2fa3a
DEBUG    botocore.auth:auth.py:430 Signature:
374fbd1dfa41605a69c08e62b7d9ee855dc8863b3ef93dac607acd00af5fc04e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171806Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=374fbd1dfa41605a69c08e62b7d9ee855dc8863b3ef93dac607acd00af5fc04e', 'amz-sdk-invocation-id': b'515080ac-5f93-458d-ab3d-b556bff8b38e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:06 GMT', 'x-amzn-requestid': '8S1Lf9ZRdGdyVlccHmxSzd3tjISoh0dVr5CaBK3CB2fjE9wMo8VA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171806Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171806Z
20251126/us-east-1/s3/aws4_request
149648f43bfec0ffe983f6faa22e7b4a131ba5320044f7bcdca8206022898c14
DEBUG    botocore.auth:auth.py:430 Signature:
3cee3b1384f8c01faeb9af904f05505e7a69ba9a6c6cb4ce8f3354b901ed4c8c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171806Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3cee3b1384f8c01faeb9af904f05505e7a69ba9a6c6cb4ce8f3354b901ed4c8c', 'amz-sdk-invocation-id': b'25b912ba-cbec-4efe-b29f-5cf92011ac72', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:06 GMT', 'x-amzn-requestid': 'j0AGQ1mZxNXds6BNUdXOkBbreBSswYoCTYRLGonLlibTG5CV1zsp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5469e7f8-14b3-4155-986b-cacb7a0945c4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5469e7f8-14b3-4155-986b-cacb7a0945c4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5469e7f8-14b3-4155-986b-cacb7a0945c4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e813a481-103e-4d93-8372-e9fbfdde662b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e813a481-103e-4d93-8372-e9fbfdde662b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e813a481-103e-4d93-8372-e9fbfdde662b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171808Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171808Z
20251126/us-east-1/s3/aws4_request
aadd88d5ccf66a611ab0dfda30a6fbdfa5c9d622290da857ad9f2ed7889d92ca
DEBUG    botocore.auth:auth.py:430 Signature:
6d8d7e7f9a1328e89e88758db80927b7d4dae1173943386d7b9ff6381ac03623
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171808Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d8d7e7f9a1328e89e88758db80927b7d4dae1173943386d7b9ff6381ac03623', 'amz-sdk-invocation-id': b'97892017-2ad0-4369-b170-fc37b03473e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:08 GMT', 'x-amzn-requestid': 'HGUyplj754iRnPYiIZLtTEl7u1OWOs5y4mbaV6QddXyCkvzH0kvI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171808Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171808Z
20251126/us-east-1/s3/aws4_request
2f45c42bc5606d399e0e1498727c259e9b0ac2fa5a58595a8572b5586054ec96
DEBUG    botocore.auth:auth.py:430 Signature:
05cf5db42d0a5380457588cb1b8b6a2544c3b8aed812923eee6a0b5d949092ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171808Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=05cf5db42d0a5380457588cb1b8b6a2544c3b8aed812923eee6a0b5d949092ce', 'amz-sdk-invocation-id': b'c7d5f52c-e072-45a3-a44d-7fec37d63f30', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:08 GMT', 'x-amzn-requestid': 'RNJLdAihCdfOMfwkWpEpa8mdmw3CiHqreLQUiY3tnDJHsFOHh5AG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171808Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171808Z
20251126/us-east-1/s3/aws4_request
2a92afca8fb74d4dae7c81eeee1b168f77ec345cae59c748acaabd546593dc57
DEBUG    botocore.auth:auth.py:430 Signature:
0c22e7f14662e67d57c929de655c66cc5198d4eb0cd016e9e1f3461d077526aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171808Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c22e7f14662e67d57c929de655c66cc5198d4eb0cd016e9e1f3461d077526aa', 'amz-sdk-invocation-id': b'728a4b85-41fa-4f29-8b08-711c63c6c59a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:08 GMT', 'x-amzn-requestid': 'aHFQLUAEvsjqwdtk9Sf8XQ2cNjOh3SOIqItivBVb8ZQyniOnDF2f', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc5d2c74-f668-4f3b-9e2b-a2fccc005f31, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc5d2c74-f668-4f3b-9e2b-a2fccc005f31, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fc5d2c74-f668-4f3b-9e2b-a2fccc005f31, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e6934e10-5e60-4fe5-94d0-6820eedbe142, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e6934e10-5e60-4fe5-94d0-6820eedbe142, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e6934e10-5e60-4fe5-94d0-6820eedbe142, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171809Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171809Z
20251126/us-east-1/s3/aws4_request
9ac1bfa154f33c3f5cfa94478176a91b42f1829caffa487ce0aba0b50b2200df
DEBUG    botocore.auth:auth.py:430 Signature:
f40c052a102d9724574edd6f5a9846e0964335072ccc24d00956393e470d056d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171809Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f40c052a102d9724574edd6f5a9846e0964335072ccc24d00956393e470d056d', 'amz-sdk-invocation-id': b'7ad79567-d6b0-443e-ac7f-92d62dc66753', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:09 GMT', 'x-amzn-requestid': 'WnaAzQPA2g3XzlxD4ToyqM7NpkXCkK5byOlm6J2iTDjeZ0Ccmf4C', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171809Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171809Z
20251126/us-east-1/s3/aws4_request
aa72b1204ed87c4269774a4981e4c08ee926a4383a93d62fc69499578dc9e5af
DEBUG    botocore.auth:auth.py:430 Signature:
6c667ada32a298dda3e55ce9fc606ae5296f1369a1ba228a51810f6d5c772248
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171809Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c667ada32a298dda3e55ce9fc606ae5296f1369a1ba228a51810f6d5c772248', 'amz-sdk-invocation-id': b'be118475-76a5-4319-a841-181d36de6be3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:09 GMT', 'x-amzn-requestid': 'QCOVCGU5BtfZi0upkRktEj1qu85b5avdTQ9qnzU4WoH2j5ZaARGT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171809Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171809Z
20251126/us-east-1/s3/aws4_request
7e77dc5b579fa78f4f53734d4db8ab4b63019ff898ade0e63e5cb03f5827fd7b
DEBUG    botocore.auth:auth.py:430 Signature:
798fd2ee5ed58e4d901ef2a32e24138f8407ddaf3e1ad4c954ce10d846912090
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171809Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=798fd2ee5ed58e4d901ef2a32e24138f8407ddaf3e1ad4c954ce10d846912090', 'amz-sdk-invocation-id': b'34988d24-b5fd-49bd-b356-ef51f243b9e1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:09 GMT', 'x-amzn-requestid': 'BfI5oC7d6NZnrkhb128rs9OCBK9xhmXKtHDRV9jO6986DHktvx3h', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0efcd75b-49f3-4535-8e25-9237d495f7cd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0efcd75b-49f3-4535-8e25-9237d495f7cd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0efcd75b-49f3-4535-8e25-9237d495f7cd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dd5f2efb-ae1d-4d07-8032-815be81ff84e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dd5f2efb-ae1d-4d07-8032-815be81ff84e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dd5f2efb-ae1d-4d07-8032-815be81ff84e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171810Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171810Z
20251126/us-east-1/s3/aws4_request
7381061b3aae550176234c902de44a4f33a84429ad8148980e85fff98a876c5d
DEBUG    botocore.auth:auth.py:430 Signature:
1cf0a03e2728f258413379104d3f90e2e7e19fd95f5d1fc22bf82e760d36cde0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171810Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1cf0a03e2728f258413379104d3f90e2e7e19fd95f5d1fc22bf82e760d36cde0', 'amz-sdk-invocation-id': b'bf2af99a-5999-43f8-879a-6ef95d7cb4eb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:10 GMT', 'x-amzn-requestid': 'I0uRlyhON3N8NDisvsjKaKCKZQEHhGorxfcYKmOu7N6SdL61bayx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171811Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171811Z
20251126/us-east-1/s3/aws4_request
efbac7072a37f5d237766167a6cc5eb04319b43ca4406ea241d42c3cbc94168d
DEBUG    botocore.auth:auth.py:430 Signature:
4544e336491b215924b85ae78aa7b3bcbee63ea95919e91bde910cb6ce69e2d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171811Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4544e336491b215924b85ae78aa7b3bcbee63ea95919e91bde910cb6ce69e2d9', 'amz-sdk-invocation-id': b'2f526aac-ef61-460c-b25d-c101300449a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:11 GMT', 'x-amzn-requestid': 'rE8rk0bkoD9p48B3EnehUXJscI8LZRd3fRvUI70YMC66UfkaCPTr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171811Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171811Z
20251126/us-east-1/s3/aws4_request
c011f186cf3f2756a8db5ebd87f4bc76e7cafb98506ba042366cd9c30c660739
DEBUG    botocore.auth:auth.py:430 Signature:
dd59535c0463f23c88dd582bba928496d7a39935fa7bb43ae633eee75cea84a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171811Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dd59535c0463f23c88dd582bba928496d7a39935fa7bb43ae633eee75cea84a8', 'amz-sdk-invocation-id': b'0b49fe2e-52d7-4ec9-b231-2e7a455e90cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:11 GMT', 'x-amzn-requestid': 'TsGnvdiLnVWm1HzXGbMMOLo0WvlYVpDR3UyPNR4x3QwEc0rl3gZ8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e1d867e5-dcb9-4e9b-9e35-d07829204d9c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e1d867e5-dcb9-4e9b-9e35-d07829204d9c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e1d867e5-dcb9-4e9b-9e35-d07829204d9c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9196e357-1966-48db-9860-fb45246efa7b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9196e357-1966-48db-9860-fb45246efa7b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9196e357-1966-48db-9860-fb45246efa7b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171812Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171812Z
20251126/us-east-1/s3/aws4_request
f963c827a768dd412523b65dcc0966ac1cce6a7479768f9864e8fce05c1ee9ba
DEBUG    botocore.auth:auth.py:430 Signature:
1230e4e6c79aca8c2eddd9a07736840ceb74ab61031b86ad169d499fb99d7bed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171812Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1230e4e6c79aca8c2eddd9a07736840ceb74ab61031b86ad169d499fb99d7bed', 'amz-sdk-invocation-id': b'c8b18e5c-88db-4856-8509-bf11f973b7b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:12 GMT', 'x-amzn-requestid': 'dwZFc6OmD3kXWJXnepmKmH3cyCVAIfLYEblQyiTQ8PWRMhm8FRi9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171812Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171812Z
20251126/us-east-1/s3/aws4_request
210c9799bee26fa1b912a48e5d257122782619b00c06bd2e6997c83df7d6f770
DEBUG    botocore.auth:auth.py:430 Signature:
c0f62f14138f25a51afd340e84cc4a04d05bb6f704a4a4e858c3c21d930e77a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171812Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c0f62f14138f25a51afd340e84cc4a04d05bb6f704a4a4e858c3c21d930e77a8', 'amz-sdk-invocation-id': b'd72385f8-0706-414c-8664-a637960174cc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:12 GMT', 'x-amzn-requestid': '0CCCQYhnkmQDE2sQbXkb2eH90TZAhpwD17wMJzDfHuEEfZzTVZoD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171812Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171812Z
20251126/us-east-1/s3/aws4_request
edfd1d4348a05309b8cd77c8367c415ff8e9cc8cd02588f80cc51ccbebae949b
DEBUG    botocore.auth:auth.py:430 Signature:
26c50870d4a1e456fc4d24dce2bd6e12457c7132375c3c3a282a5c9397d54f02
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171812Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=26c50870d4a1e456fc4d24dce2bd6e12457c7132375c3c3a282a5c9397d54f02', 'amz-sdk-invocation-id': b'509a2d1e-59e1-4f1a-88f4-d24af211460e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:12 GMT', 'x-amzn-requestid': 'viRaMwhQ5Kykwrgg0CWDrK8UxbigeQWzijQ6nFZ3eI2cNxw26RBS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed5bb64f-d6d4-4ead-9190-096aabb2f3ae, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed5bb64f-d6d4-4ead-9190-096aabb2f3ae, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ed5bb64f-d6d4-4ead-9190-096aabb2f3ae, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 58567a00-fd77-4a4a-b894-46fb8e01713a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 58567a00-fd77-4a4a-b894-46fb8e01713a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 58567a00-fd77-4a4a-b894-46fb8e01713a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171813Z
20251126/us-east-1/s3/aws4_request
9bf4c849a942b7bf8daca36e278b9458099847d924a77a253d7ca5f21b8e0819
DEBUG    botocore.auth:auth.py:430 Signature:
37a3360b0c6d612e3fe6534713395fc9abad9be27f1d8e1ef6ec4d14ffc5e666
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=37a3360b0c6d612e3fe6534713395fc9abad9be27f1d8e1ef6ec4d14ffc5e666', 'amz-sdk-invocation-id': b'407877f4-6cdc-4758-874d-84337a98cbfd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:13 GMT', 'x-amzn-requestid': '099OnHxvXA101vVJcpnYZbcuaJ5bjiH0Z5mZXIKet2vx1xrGsSFZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171813Z
20251126/us-east-1/s3/aws4_request
2556fce52bd42d138dbc9646ecac47bdf43b1cce556f4fd4d166580ccd0a35d9
DEBUG    botocore.auth:auth.py:430 Signature:
07f7c763c79270f3ddf2dbcefeb6265b410a18acda0ef8538430e113445cc26f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07f7c763c79270f3ddf2dbcefeb6265b410a18acda0ef8538430e113445cc26f', 'amz-sdk-invocation-id': b'7da95b77-6d33-4b41-ad74-9bcbe1e6ca42', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:13 GMT', 'x-amzn-requestid': 'WceWcrAeGpkkmP2peCrwp4Rlaw3mSLlCy9ZvWqPPsqdRKRB4fazO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171813Z
20251126/us-east-1/s3/aws4_request
36d15e3239e4eac9b9595efab1273bdab8d14c2cdbc2ae66797932097e36e4cf
DEBUG    botocore.auth:auth.py:430 Signature:
ab9a1d3eb61bec54757d08df48a4530f746f04c34a4d765e7b476950b468164c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ab9a1d3eb61bec54757d08df48a4530f746f04c34a4d765e7b476950b468164c', 'amz-sdk-invocation-id': b'cff1fea2-f9b4-436e-9747-333c2df3ac4e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:13 GMT', 'x-amzn-requestid': 'wUQJrbUoMo9oPKVhwNNGeYtvjONtD5oYgLiYUsqft2FjFOmBrMuD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 59b4f1b6-dc2d-4864-957e-a85118615b5b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 59b4f1b6-dc2d-4864-957e-a85118615b5b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 59b4f1b6-dc2d-4864-957e-a85118615b5b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 39bf79d1-7f8f-4578-9ccb-fb3dce5a8ca0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 39bf79d1-7f8f-4578-9ccb-fb3dce5a8ca0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 39bf79d1-7f8f-4578-9ccb-fb3dce5a8ca0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171815Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171815Z
20251126/us-east-1/s3/aws4_request
6612beafee2eb4ad7106e34deec1e126b4936131dbf8d9dbce900043177179eb
DEBUG    botocore.auth:auth.py:430 Signature:
c735049cd6c007010dce51730d0fd3e29a61e5c05188466a74cb029ba7d68df0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171815Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c735049cd6c007010dce51730d0fd3e29a61e5c05188466a74cb029ba7d68df0', 'amz-sdk-invocation-id': b'1ec1b4b1-69d8-4405-b3e5-ae3d272cda3a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:15 GMT', 'x-amzn-requestid': 'ojcXo5JtKkrchfqad05kwdQ9Azcxx7JPLQFYo6OC0BNUPrOg1GtH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171815Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171815Z
20251126/us-east-1/s3/aws4_request
9386ca7846c623eb0a3ecb38626fadaec2242140e30a448b75723a3279351425
DEBUG    botocore.auth:auth.py:430 Signature:
bfc1f86d9c3023aa9e56389e0827141f16c170751f51d5b5b0e934e3d7f340ca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171815Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bfc1f86d9c3023aa9e56389e0827141f16c170751f51d5b5b0e934e3d7f340ca', 'amz-sdk-invocation-id': b'fb3a585a-c5c4-41b4-b2aa-9ca3cc1027ba', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:15 GMT', 'x-amzn-requestid': 'pE3uqbjayPTpMTybVSvM4DLN7LTle3C3xiVllaxWx7yvCLIfNxrZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171815Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171815Z
20251126/us-east-1/s3/aws4_request
4d0bf96c5d255c71c325e259b9d575ec5ec6c1de7b475f5ed9e171dcf604d873
DEBUG    botocore.auth:auth.py:430 Signature:
5df2fd52f77cda1d519d9f3e3ae75c5b0a2ca91cb6b5622d49b1621845e8297d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171815Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5df2fd52f77cda1d519d9f3e3ae75c5b0a2ca91cb6b5622d49b1621845e8297d', 'amz-sdk-invocation-id': b'251897d1-8ce4-4ae4-829c-8341933dc80e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:15 GMT', 'x-amzn-requestid': 'k905j1ZkrlfZ6AD67zoRSidgJQzLwqDFt54HRm1NtrObRm8cecGq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a8760a95-df75-4794-b100-f763f2cca614, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a8760a95-df75-4794-b100-f763f2cca614, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a8760a95-df75-4794-b100-f763f2cca614, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86d63a9a-a5a8-48f0-ad3b-e87dc3599f77, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86d63a9a-a5a8-48f0-ad3b-e87dc3599f77, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 86d63a9a-a5a8-48f0-ad3b-e87dc3599f77, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171816Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171816Z
20251126/us-east-1/s3/aws4_request
3af9aa29c086da51356901988ad0f90b5f5c2729afe084138856a78dcf54fc39
DEBUG    botocore.auth:auth.py:430 Signature:
c6a49cc6e348bdefb30b79cd468ef9e3a7eca5008e9ee954bc9b97a8a4680870
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171816Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c6a49cc6e348bdefb30b79cd468ef9e3a7eca5008e9ee954bc9b97a8a4680870', 'amz-sdk-invocation-id': b'5a9a5b34-cb43-434f-8000-4a9c620aa834', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:16 GMT', 'x-amzn-requestid': 'mMRLI076yLs7jf1eeyjDj9uJ53rB2xiDHe6cFQ0dYXWv03VnROE6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171816Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171816Z
20251126/us-east-1/s3/aws4_request
a8fad165ca948d5979fa33044c42fc118f056c3bff8119a210ec3f6e20a43c8e
DEBUG    botocore.auth:auth.py:430 Signature:
964e151916742b0d165983c626f141fda1f973cbdc2484ce3608f4bc5321dd4d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171816Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=964e151916742b0d165983c626f141fda1f973cbdc2484ce3608f4bc5321dd4d', 'amz-sdk-invocation-id': b'396c341f-dbd6-4837-8966-bd48a1fdd0a8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:16 GMT', 'x-amzn-requestid': 'kqqj6xlzsw0pN7qFEquk48vtIgV9RqF4BjpegnLnhTcqdUz0tkQz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171816Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171816Z
20251126/us-east-1/s3/aws4_request
8bb9d1bd91e3b4556db58cf3522594309fa953d4de47f4b30c203cee354b3474
DEBUG    botocore.auth:auth.py:430 Signature:
8687416ae4173dffa3b0ffe78b8c57cb47cefd1fc53550ed1b387a190016e38e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171816Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8687416ae4173dffa3b0ffe78b8c57cb47cefd1fc53550ed1b387a190016e38e', 'amz-sdk-invocation-id': b'761e2620-9437-48e4-8ae7-1fa93d289d8c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:16 GMT', 'x-amzn-requestid': 'pbNA4BavpbZp5GodIBgjGWbjpYRvvAfNyG7V5MO5zFOAbhAHE2vV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d6e7b899-d42d-4514-9e89-3bedd473777c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d6e7b899-d42d-4514-9e89-3bedd473777c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d6e7b899-d42d-4514-9e89-3bedd473777c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 56687202-8305-4dad-9842-11daccccca83, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 56687202-8305-4dad-9842-11daccccca83, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 56687202-8305-4dad-9842-11daccccca83, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171817Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171817Z
20251126/us-east-1/s3/aws4_request
b9455d1b5e3f01be422632c9d8838d94717f791d67ed86aaaeaca1833dc0d096
DEBUG    botocore.auth:auth.py:430 Signature:
23b359f6d3b01eed8e3a47ff39dadce674bdd3b26a2d749c4c41ab13660ff2b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171817Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23b359f6d3b01eed8e3a47ff39dadce674bdd3b26a2d749c4c41ab13660ff2b1', 'amz-sdk-invocation-id': b'438c1608-8784-4831-ad5a-26823f665dea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:17 GMT', 'x-amzn-requestid': 'iIb9RIwKBOs4580yifHVYBF7CEfSGMYF6DApYf6fBPFNoLtrTLvw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171817Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171817Z
20251126/us-east-1/s3/aws4_request
963d56c2ca3da34fb835337ed784274fc00eb9df7f59374c4f6a54797d295cc0
DEBUG    botocore.auth:auth.py:430 Signature:
d587487d960f7d98d053f6b86deabb18499530d94fb06b01c935472f73052b35
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171817Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d587487d960f7d98d053f6b86deabb18499530d94fb06b01c935472f73052b35', 'amz-sdk-invocation-id': b'a924d402-40e4-4858-92a4-e3568daeac47', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:17 GMT', 'x-amzn-requestid': 'oy4ejaCkNt0qsKTNLWVTWA7ZtxYUR42w6bkNXw9HSHsNUxsl6aYS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171817Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171817Z
20251126/us-east-1/s3/aws4_request
cb0cd4bf6aacfb0c29f68dd37cba339956c9d73e8b646d54a20f28ea62b950ec
DEBUG    botocore.auth:auth.py:430 Signature:
145d44cf2029ab473fe5497526dd7e219042ff86aded035379c104dc8a9117bf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171817Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=145d44cf2029ab473fe5497526dd7e219042ff86aded035379c104dc8a9117bf', 'amz-sdk-invocation-id': b'f78fe3ff-c9b6-4514-9abd-5b9ecf581eef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:17 GMT', 'x-amzn-requestid': 'UrpZfFhVJbDiYvbydTlicZC1BZ6ygfuzz7elPhYCxBXpnXWyTcrt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f60b88dd-ee75-4fd7-8b69-6d67f7dfd99e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f60b88dd-ee75-4fd7-8b69-6d67f7dfd99e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f60b88dd-ee75-4fd7-8b69-6d67f7dfd99e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 348877bf-17b4-40a6-9c4e-b944da444305, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 348877bf-17b4-40a6-9c4e-b944da444305, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 348877bf-17b4-40a6-9c4e-b944da444305, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171819Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171819Z
20251126/us-east-1/s3/aws4_request
a7b3d22e6d7c101fc3bc8465f1e5986518eab66d94f7fda463d820dd6cef004b
DEBUG    botocore.auth:auth.py:430 Signature:
528fca52073aa29b1b91a619d1b147126729f2ef9e8014712d2ec0df30761fb2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171819Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=528fca52073aa29b1b91a619d1b147126729f2ef9e8014712d2ec0df30761fb2', 'amz-sdk-invocation-id': b'114ce78b-4926-45c8-a78f-99ad271efa71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:19 GMT', 'x-amzn-requestid': 'JkE3eyexnuKk2t8uwFq84SX5HILb66YXhtdL8GeKOLX66Qi8NWVG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171819Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171819Z
20251126/us-east-1/s3/aws4_request
2b2182b93655ed1cd0f7798bd38ee55ccf94301afc689a77cc58723f47417f74
DEBUG    botocore.auth:auth.py:430 Signature:
4b7fecb5fa4ba6226232592e49f9373daa16a759e2a7d8058593300d23d4fc7f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171819Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b7fecb5fa4ba6226232592e49f9373daa16a759e2a7d8058593300d23d4fc7f', 'amz-sdk-invocation-id': b'22b2a6e1-64e0-492a-9462-7fcf7f07a969', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:19 GMT', 'x-amzn-requestid': 'pJeYqx6Hs8N7NCwwjmq0l2ffKSG4njFtOPWvdOz4kdQNXKhmxMcd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171819Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171819Z
20251126/us-east-1/s3/aws4_request
a5fb347b7a115502efe486714c2a58319766cc72f4199803760521e96e856c29
DEBUG    botocore.auth:auth.py:430 Signature:
d5799a7dd2f1b1e653c6037ab8551842429b4f2b874fd9e8edd2ecef4d0477f2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171819Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d5799a7dd2f1b1e653c6037ab8551842429b4f2b874fd9e8edd2ecef4d0477f2', 'amz-sdk-invocation-id': b'c17101ed-89ca-47a7-9dc6-10f0fffb2fb0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:19 GMT', 'x-amzn-requestid': '7xLBHgXUiJZk5PhdvDIm3ZnFQw8YUhEyxRRwu1K2hVcgkno8ElmO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 062b2df3-2ae2-4b00-b243-92a236e1bf9a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 062b2df3-2ae2-4b00-b243-92a236e1bf9a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 062b2df3-2ae2-4b00-b243-92a236e1bf9a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4870652-140a-4e7b-9a20-8442d50b88fd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4870652-140a-4e7b-9a20-8442d50b88fd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4870652-140a-4e7b-9a20-8442d50b88fd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171820Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171820Z
20251126/us-east-1/s3/aws4_request
50161bf4b52337ae8560128732d3d6d7dcd79130a69c00d5abb4fe57ad43d9d6
DEBUG    botocore.auth:auth.py:430 Signature:
68bafb2db96c8c4db48cd7e9bccae5bb29fda10e22f8639e47253fd910c6bdd2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171820Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=68bafb2db96c8c4db48cd7e9bccae5bb29fda10e22f8639e47253fd910c6bdd2', 'amz-sdk-invocation-id': b'612b7c45-d5e1-43ba-8936-98dac8a5da95', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:20 GMT', 'x-amzn-requestid': '4VdcEEV15Bzx50v7RBS8mjnM2oiMe6rjevxuidc9kfVtCPMLcWJs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171820Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171820Z
20251126/us-east-1/s3/aws4_request
22cc55f2144c4a3687ef017c7e2c550d00eff6eb85809de37eefc255ab86693b
DEBUG    botocore.auth:auth.py:430 Signature:
fd6b7683904e4bb989b16528a5862eae9d613c20cb477609bceecd83720658f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171820Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fd6b7683904e4bb989b16528a5862eae9d613c20cb477609bceecd83720658f4', 'amz-sdk-invocation-id': b'7bbb30a6-4ec1-419a-ad4e-4f6f7d335c5d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:20 GMT', 'x-amzn-requestid': 'vfVQAfe8hNDy3CiN7fZjgYV2CL8imDbiAwnbekBFsqGqhYO3gvCn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171820Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171820Z
20251126/us-east-1/s3/aws4_request
2a18376b377acc9233307f6182263a9710e4fa49b1a3485280a8d6eb22f2aa3f
DEBUG    botocore.auth:auth.py:430 Signature:
dead27c72f408d55c2c0ffb207e6f89e92e6a1905c50e8978f9bcb690b67a865
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171820Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dead27c72f408d55c2c0ffb207e6f89e92e6a1905c50e8978f9bcb690b67a865', 'amz-sdk-invocation-id': b'80a34e11-693f-4c96-bcf5-9cc4a2b0c716', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:20 GMT', 'x-amzn-requestid': 'UF0xjIbbhxst8fl0CecbrpCIFaKvPp8racgl5jMtSBrNOB1hNQD6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7d26fe44-7505-4d8d-824a-af816236cc65, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7d26fe44-7505-4d8d-824a-af816236cc65, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7d26fe44-7505-4d8d-824a-af816236cc65, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a778cea4-eebd-4014-a388-a4aedd6784c8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a778cea4-eebd-4014-a388-a4aedd6784c8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a778cea4-eebd-4014-a388-a4aedd6784c8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171822Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171822Z
20251126/us-east-1/s3/aws4_request
f1ea70f2a7e975a111ecfc1e784491c63afbbf24bf61aecf1f1071c6ec7da5fc
DEBUG    botocore.auth:auth.py:430 Signature:
43cd2b2edf0ed8709a1643d3cb3d0c8f1e40c4463edf9cd05f45a01ecadd70e1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171822Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=43cd2b2edf0ed8709a1643d3cb3d0c8f1e40c4463edf9cd05f45a01ecadd70e1', 'amz-sdk-invocation-id': b'80d1441e-11ac-480c-a752-9f0613e92834', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:22 GMT', 'x-amzn-requestid': 'l2C2cLqEWt5rC1Jw9rTbIUG9V2TkZ52pm2HDsc8mxMWG04aD2OCe', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171822Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171822Z
20251126/us-east-1/s3/aws4_request
d88ea1da46ac70e08eb34832dc6d15ed2bb208a11e242472f8b728baeb2e9884
DEBUG    botocore.auth:auth.py:430 Signature:
3415f5cddba84409a549abcbcacfc8ead27654735a938271bc2b11d434d3cd02
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171822Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3415f5cddba84409a549abcbcacfc8ead27654735a938271bc2b11d434d3cd02', 'amz-sdk-invocation-id': b'75d13bbc-4992-4e2a-a51c-be71db2efcde', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:22 GMT', 'x-amzn-requestid': 'bDsEjHHR1eW6fslvfRWGd1NOjPIYI3ZosKCPIFxhAmUwrQ0Gc2BH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171822Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171822Z
20251126/us-east-1/s3/aws4_request
7f61a745f8ec594f610f404cdf49703053e08beb480cbe4c238411e7b856168c
DEBUG    botocore.auth:auth.py:430 Signature:
8b26a92c8482f1e2e90dd80ad2ed13be895daf17a65645dd0b345913ca4475ae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171822Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b26a92c8482f1e2e90dd80ad2ed13be895daf17a65645dd0b345913ca4475ae', 'amz-sdk-invocation-id': b'88426dc2-b878-4fe9-9f11-e505155d2d9a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:22 GMT', 'x-amzn-requestid': 'kh4jfX4HducnxZI35pN6lnK6Or5zZ3BtRzrOJyG1TVZp2r9sTSRw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e15fecb7-b42a-4bee-941a-cbe6c606442a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e15fecb7-b42a-4bee-941a-cbe6c606442a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e15fecb7-b42a-4bee-941a-cbe6c606442a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca0eb173-7690-4ca0-b1a6-2e73d73f09e2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca0eb173-7690-4ca0-b1a6-2e73d73f09e2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ca0eb173-7690-4ca0-b1a6-2e73d73f09e2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171823Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171823Z
20251126/us-east-1/s3/aws4_request
ae9ea3d879bbc1ceffb63f92757534fa3bd60249666caa64d48e1e93abffdb5d
DEBUG    botocore.auth:auth.py:430 Signature:
45482cd3910ced29a79856e4bd22d9d0204455907f295fb5e3806f768898132f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171823Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45482cd3910ced29a79856e4bd22d9d0204455907f295fb5e3806f768898132f', 'amz-sdk-invocation-id': b'e33ba15e-cf04-4eeb-b70b-67f3d19fc919', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:23 GMT', 'x-amzn-requestid': 'hkMtov03KTN4bdeaPsJNiPmlvDeGj7D4Pg0wTjQ5t4TZKfTGNPoS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171823Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171823Z
20251126/us-east-1/s3/aws4_request
16ec23ea468edd19ab3b340af7753c771f66e1d3f242ca151aa663acf376594e
DEBUG    botocore.auth:auth.py:430 Signature:
0f8f5240d60c7e89f916b4d2cb298757bf0af6bebcdcaabf4c85cd48d8bd202a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171823Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f8f5240d60c7e89f916b4d2cb298757bf0af6bebcdcaabf4c85cd48d8bd202a', 'amz-sdk-invocation-id': b'21106bc0-3585-428b-9546-c8c6daabcebf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:23 GMT', 'x-amzn-requestid': 'EYJxcbVwBysLqqhS3bIm50spiFvLHyLqvFocxOmVhvFyFUgWZrZf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171823Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171823Z
20251126/us-east-1/s3/aws4_request
738985cc4001f05baf30ad6643954a8f48aa302f2dd413c4e50ae55e3d606738
DEBUG    botocore.auth:auth.py:430 Signature:
bb6b4cb93ccdb534b55200acd625f739c3b35f091d58705e6b56b45faff931ee
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171823Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bb6b4cb93ccdb534b55200acd625f739c3b35f091d58705e6b56b45faff931ee', 'amz-sdk-invocation-id': b'c9abffb6-b41c-4621-8f7f-01eec3585112', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:23 GMT', 'x-amzn-requestid': 'm6p8qI3sJCnGPSTD3JQF5Kh6bnwmrSYGQD62johk5DiJCPvNFW7J', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 77c42544-4e3f-46fc-9b2a-b43102fb5e7f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 77c42544-4e3f-46fc-9b2a-b43102fb5e7f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 77c42544-4e3f-46fc-9b2a-b43102fb5e7f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 94a36195-4192-44ee-baf0-0a739d4615db, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 94a36195-4192-44ee-baf0-0a739d4615db, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 94a36195-4192-44ee-baf0-0a739d4615db, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171824Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171824Z
20251126/us-east-1/s3/aws4_request
c7ccd4f65273dec19b4ab1e2b77fd87f9fae1a1e81bb5802a836cdaa1f0a4e3c
DEBUG    botocore.auth:auth.py:430 Signature:
237c1cfdbd619df20643dd9e32b8606f9c60e525f06a26ce7a51a7572747cd40
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171824Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=237c1cfdbd619df20643dd9e32b8606f9c60e525f06a26ce7a51a7572747cd40', 'amz-sdk-invocation-id': b'8bcb65f3-8c01-4002-829a-e6246bc146b3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:24 GMT', 'x-amzn-requestid': 'zD9jtlitMyvOSg6SEUiDRCyNDLogqB3EnNNvNrpL0iNysP2JV3Bs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171824Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171824Z
20251126/us-east-1/s3/aws4_request
a0b2c6b531fe25b2bcb8836d0e1844941d0a24086ceae1770f80f9412b249fc7
DEBUG    botocore.auth:auth.py:430 Signature:
542d20ba3128825f352993ee563c1f1a7fe40ef60aff227e4d1897000084960a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171824Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=542d20ba3128825f352993ee563c1f1a7fe40ef60aff227e4d1897000084960a', 'amz-sdk-invocation-id': b'414410e4-bd81-43f1-bc06-a983f4cc8d97', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:24 GMT', 'x-amzn-requestid': '0hiSxrMQwlFCjzca2OQDx2cGUpmABeTrPMpJgDj497I79CKVzB8g', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171824Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171824Z
20251126/us-east-1/s3/aws4_request
a72737ee6f6a1471e7d3690243af451e89898b525f0c0045271f92d25dfd0296
DEBUG    botocore.auth:auth.py:430 Signature:
386fb94d58ac5c6d2b72aa8c6617be0c0835e2261e79e169d7828b40e35f560b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171824Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=386fb94d58ac5c6d2b72aa8c6617be0c0835e2261e79e169d7828b40e35f560b', 'amz-sdk-invocation-id': b'9af967e1-d410-4784-b141-b738275093ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:24 GMT', 'x-amzn-requestid': 'xIN2FTTublnV15178MUTOPcvUsuhKqnYEClYPXHhz6yQzH4LvVhs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c18f8e5e-7f02-42db-8206-b049fee1c14d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c18f8e5e-7f02-42db-8206-b049fee1c14d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c18f8e5e-7f02-42db-8206-b049fee1c14d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 99da5848-dbc6-4583-9e52-89a3ccc1d73b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 99da5848-dbc6-4583-9e52-89a3ccc1d73b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 99da5848-dbc6-4583-9e52-89a3ccc1d73b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171826Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171826Z
20251126/us-east-1/s3/aws4_request
8b8cee573ae2f64ec20569dbc5e76560eb1fe22028d628dc6b12c18cb089eea3
DEBUG    botocore.auth:auth.py:430 Signature:
96c8ed06eb035215e6377c1bef4b12a3340aa3f9d8036eed230e539498f59809
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171826Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=96c8ed06eb035215e6377c1bef4b12a3340aa3f9d8036eed230e539498f59809', 'amz-sdk-invocation-id': b'2efcb495-7441-47c2-8f88-dee7c66c03c7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:26 GMT', 'x-amzn-requestid': 'NtI0FKCpfNjaE7fuav7DkiYX1o2zunwml3Hj0BxZf98VYwi2lJE1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171826Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171826Z
20251126/us-east-1/s3/aws4_request
bf7d3fecd5cac9e5d07fbc278c38609a28f50f82f01c460159efc161ead57bb6
DEBUG    botocore.auth:auth.py:430 Signature:
ab7fa9cc3fb1cf2758390283ed655f637a64a19f6cd8db030dd58a9f32ce605e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171826Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ab7fa9cc3fb1cf2758390283ed655f637a64a19f6cd8db030dd58a9f32ce605e', 'amz-sdk-invocation-id': b'6b2a7a9c-6514-4904-aff8-2092242a346c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:26 GMT', 'x-amzn-requestid': 'e3t2z0yk9HghwKbs2HvEYAVji1lhgBrl4BvH0THoORERAgF2L2UE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171826Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171826Z
20251126/us-east-1/s3/aws4_request
f55db72e35a2a56cb7f07d50002271dff42040400ef78ed14c65effd292943a3
DEBUG    botocore.auth:auth.py:430 Signature:
8e21eb0f72daf94b2fa460acf0a640ef07c0f5d2bdcf258cfda6d11a588793e6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171826Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8e21eb0f72daf94b2fa460acf0a640ef07c0f5d2bdcf258cfda6d11a588793e6', 'amz-sdk-invocation-id': b'9614a439-a7da-46f8-9807-39eedab72973', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:26 GMT', 'x-amzn-requestid': 'qPDvP73uKTqmGnyd0UjPiKAIHyBEd6Md9S7AamZo7I0yWUEWmz6c', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c93c31d6-0db8-4858-b801-1ab44fe27217, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c93c31d6-0db8-4858-b801-1ab44fe27217, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c93c31d6-0db8-4858-b801-1ab44fe27217, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6e80f34-1b50-45e6-898c-bf395c8ec896, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6e80f34-1b50-45e6-898c-bf395c8ec896, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c6e80f34-1b50-45e6-898c-bf395c8ec896, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171827Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171827Z
20251126/us-east-1/s3/aws4_request
2a1b232e368fb4f0ea5347efce02def033bdc62fe1ef6669e1bf59d73d316062
DEBUG    botocore.auth:auth.py:430 Signature:
7e60891e1dbe6b3c65e8e6670c55968ee384121bd391a0d0a184531f98adf0a3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171827Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e60891e1dbe6b3c65e8e6670c55968ee384121bd391a0d0a184531f98adf0a3', 'amz-sdk-invocation-id': b'c7e81062-41c0-4ad5-a886-592ee3f8463b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:27 GMT', 'x-amzn-requestid': 'sTytIdEqy2TeMvu9VYEs6u31UB0UWgiUemKfKBjWqWxWsYVPO0Zl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171827Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171827Z
20251126/us-east-1/s3/aws4_request
3e0677eca20640ab8063d4c21ea9a075b7e582c9ef3d2f33dd59e49c3fa4d36c
DEBUG    botocore.auth:auth.py:430 Signature:
ac7ea8d50fc2ffd5fc42f60d765bdc8d398da98834213a9d9b290babf0feed47
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171827Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ac7ea8d50fc2ffd5fc42f60d765bdc8d398da98834213a9d9b290babf0feed47', 'amz-sdk-invocation-id': b'97cd4ddd-e029-4bf9-87de-141d55f7f848', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:27 GMT', 'x-amzn-requestid': '2kWBvkibhlx4LncXVbhKZ7YhG29Qg7cF0JLJhlWGy6tPumTUFfnS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171827Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171827Z
20251126/us-east-1/s3/aws4_request
e054c06241b1d7366c03d2b7a4c4bd77cec24b099a959e3a2676d7e612afac39
DEBUG    botocore.auth:auth.py:430 Signature:
b6d272cdda668c54c00350669c0bd1a65db3afcbdce8872929c2fda53e425c29
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171827Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b6d272cdda668c54c00350669c0bd1a65db3afcbdce8872929c2fda53e425c29', 'amz-sdk-invocation-id': b'93fad0f0-c678-4080-a82d-23c7b7aca9ca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:27 GMT', 'x-amzn-requestid': '6XXWTmurDN9EwBNWZ4fVCfxETLnqN46rlmqc0EB5oeTqMcfz4tGj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a048da28-8928-4116-9d8d-14e85587bec1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a048da28-8928-4116-9d8d-14e85587bec1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a048da28-8928-4116-9d8d-14e85587bec1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ad195e50-c9f4-4edf-8400-2e091338e0e5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ad195e50-c9f4-4edf-8400-2e091338e0e5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ad195e50-c9f4-4edf-8400-2e091338e0e5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171829Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171829Z
20251126/us-east-1/s3/aws4_request
0f000c9a80c95ceeaacb7ae579159620a043fa5a60cd36578ae966d1bb80b741
DEBUG    botocore.auth:auth.py:430 Signature:
388f21ab62bb9fa05a455262258ac616b7f9e6864a51b0a76eb31430cba2bee2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171829Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=388f21ab62bb9fa05a455262258ac616b7f9e6864a51b0a76eb31430cba2bee2', 'amz-sdk-invocation-id': b'd22c36a8-4aa4-429c-97cb-6f78decac8e2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:29 GMT', 'x-amzn-requestid': 'w9oGvy2k7iCUT8vwBAxDCdombM9Q2azBQ33YEJ3WUVhqdD2oQPyy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171829Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171829Z
20251126/us-east-1/s3/aws4_request
77df5ba2df6830f39c4c466782463dcc547871ef3c3dcf43a966329d360626be
DEBUG    botocore.auth:auth.py:430 Signature:
8bb516bb83132e855afe62a04902778d7e74a9e616ab5b8af2fe68c461defe0d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171829Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8bb516bb83132e855afe62a04902778d7e74a9e616ab5b8af2fe68c461defe0d', 'amz-sdk-invocation-id': b'a0d8f6dd-3a4a-46c4-a8fd-497e670d2ede', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:29 GMT', 'x-amzn-requestid': 'wgT1RD1j3ugmW7CvCsV96Ou0Wxgtiy0xEuc8nCMktzudSljE2NDk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171829Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171829Z
20251126/us-east-1/s3/aws4_request
1f847713408fea7502b229670fefb1b1c9700efba1a6360189192ba7b870b4ba
DEBUG    botocore.auth:auth.py:430 Signature:
3b23bdabf596e3343ba74aaa8770dd6ad91a8365622ce6475a00d07c80605b2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171829Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3b23bdabf596e3343ba74aaa8770dd6ad91a8365622ce6475a00d07c80605b2e', 'amz-sdk-invocation-id': b'240e49cb-deb2-44ce-8eb4-28f1df9d4b0e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:29 GMT', 'x-amzn-requestid': 'VkckzSXmOZg6dlsCApCWGJZgaecCeKCOxfD3OESKRJvmVbyVGeq6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7dddd45d-dfa8-4f08-b7e8-c718d1e935a4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7dddd45d-dfa8-4f08-b7e8-c718d1e935a4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7dddd45d-dfa8-4f08-b7e8-c718d1e935a4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d9979cd7-ca08-4d39-a2a3-d7731770ab6f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d9979cd7-ca08-4d39-a2a3-d7731770ab6f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d9979cd7-ca08-4d39-a2a3-d7731770ab6f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171830Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171830Z
20251126/us-east-1/s3/aws4_request
77da82d637888f1f892edc86c804c7d3f83b5823af6c283c6f1138b18ec3da36
DEBUG    botocore.auth:auth.py:430 Signature:
398f1010d60a79d6516318373003d1ccc7c6e0376374dc60d7062f6c23c09e87
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171830Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=398f1010d60a79d6516318373003d1ccc7c6e0376374dc60d7062f6c23c09e87', 'amz-sdk-invocation-id': b'e9c1aa52-4f9e-4d7a-8dde-1eb137b1045e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:30 GMT', 'x-amzn-requestid': 'xq4Y3it5RjEhJhWDjy3seck6bH2ATemSDO3JRZWqr3jJ7Q7jw2HQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171830Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171830Z
20251126/us-east-1/s3/aws4_request
d467da8a719a2e9e810731d743915a2cd7827ea24812acf1d06d7f8daf6527fa
DEBUG    botocore.auth:auth.py:430 Signature:
e87e6a61cdcb41f21edb6b1646fc1c335e6aee9458260e0791f4fb328c598ece
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171830Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e87e6a61cdcb41f21edb6b1646fc1c335e6aee9458260e0791f4fb328c598ece', 'amz-sdk-invocation-id': b'd0d49e5d-6000-4596-8a4a-e892854a63ed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:30 GMT', 'x-amzn-requestid': 'KW23cAf74pcE4EgPhXNlKIwYdRtPKS7rDlAuQ4ny2fGlLKtPqzzG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171830Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171830Z
20251126/us-east-1/s3/aws4_request
36f9e6c04fa5dc4050b692ac414eedd345d6897c96ab0f52a71d2f3ca10b2d67
DEBUG    botocore.auth:auth.py:430 Signature:
b5c257a1c81109373945eac4af9842eb6cba65664860498e217b5e34423b93b2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171830Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5c257a1c81109373945eac4af9842eb6cba65664860498e217b5e34423b93b2', 'amz-sdk-invocation-id': b'cabd6d71-c96d-4c15-84d9-d41d273f5737', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:30 GMT', 'x-amzn-requestid': 'WqxXQhNQvWTbuRdcOUUJUL14G0qaKp8yAdowo35nkC9lxZZ1iQVc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6674d674-d685-47b2-a236-a9f138cfeaaf, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6674d674-d685-47b2-a236-a9f138cfeaaf, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6674d674-d685-47b2-a236-a9f138cfeaaf, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 482bbe54-45a4-4a71-8722-7c64c8632923, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 482bbe54-45a4-4a71-8722-7c64c8632923, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 482bbe54-45a4-4a71-8722-7c64c8632923, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171831Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171831Z
20251126/us-east-1/s3/aws4_request
b663774d29321a2a719a926534c315b8b108e7987a633ecc833b450fff2584af
DEBUG    botocore.auth:auth.py:430 Signature:
1fe50147fb8da230411fbbc41cbeb46648e62c660bc76ec7a96df7403c54058c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171831Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1fe50147fb8da230411fbbc41cbeb46648e62c660bc76ec7a96df7403c54058c', 'amz-sdk-invocation-id': b'15dd2a5c-a8c8-42ce-977c-0f906f560741', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:31 GMT', 'x-amzn-requestid': 'B5Lp6PntsLcIWGo8dggdWV1r0jrmqzoz4HiY0hCSkJpVwtRVH6Jg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171831Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171831Z
20251126/us-east-1/s3/aws4_request
d8593136a5e82604323dbf4c7e6262aa9f0cd9c0be48272e99e681860c3dfc7f
DEBUG    botocore.auth:auth.py:430 Signature:
eda3b423f1a43c6e9656220a2371d00b41989895f7118fb371ad8471d9e80b99
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171831Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eda3b423f1a43c6e9656220a2371d00b41989895f7118fb371ad8471d9e80b99', 'amz-sdk-invocation-id': b'3a798bc6-1aad-4d15-8639-35610755d7e3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:31 GMT', 'x-amzn-requestid': 'uErktDfRxB27ySyKdrXRyezfQvXxg8CPKZSnRkDpP5XBbHyLiTQ8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171831Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171831Z
20251126/us-east-1/s3/aws4_request
2b8831f881e1a46ebd8d9a635c0c5bbe740c73b4db2a2a4fca5e35b0ff890368
DEBUG    botocore.auth:auth.py:430 Signature:
e234e35d174f05253516d06c0186661d929a42e6d606017d9402c7fb788b3f6f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171831Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e234e35d174f05253516d06c0186661d929a42e6d606017d9402c7fb788b3f6f', 'amz-sdk-invocation-id': b'46b0600c-81a6-4b81-8501-62815642311b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:31 GMT', 'x-amzn-requestid': 'WsQ9JKPvWACnRoaobl6SbLTxM8U0FkQsNWVHLT4EuIFOSBbVPL5n', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 336810b9-d2e3-496f-9dec-83938a201d6d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 336810b9-d2e3-496f-9dec-83938a201d6d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 336810b9-d2e3-496f-9dec-83938a201d6d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e1589dad-3b6e-41dd-87c5-91f07e0156aa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e1589dad-3b6e-41dd-87c5-91f07e0156aa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e1589dad-3b6e-41dd-87c5-91f07e0156aa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171833Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171833Z
20251126/us-east-1/s3/aws4_request
6854cd08c131af0b37b78ef20c18bb4cd54c5b114e836fc0ef96991bb3e3822f
DEBUG    botocore.auth:auth.py:430 Signature:
a3fcddf934a5a754ee0b501295c3c57f28b65463b714c68b7b85c4e0d0a62a3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171833Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a3fcddf934a5a754ee0b501295c3c57f28b65463b714c68b7b85c4e0d0a62a3d', 'amz-sdk-invocation-id': b'd263ce79-3773-4136-9465-5d963ce3ddd4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:33 GMT', 'x-amzn-requestid': 'Uv7sciuvYve1i28r8FwmhMDCmFtjCtvJFtvdRqk2IV6IcIJGDvjO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171833Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171833Z
20251126/us-east-1/s3/aws4_request
807364e9b9c662f046cd71621d82760bde2eae7ba222b5a3dc4d9cb5affd732a
DEBUG    botocore.auth:auth.py:430 Signature:
b7fc520574c7884bac5ec5dd4ed9156c5e79715f1ca5733b997eeac0b6e90efa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171833Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b7fc520574c7884bac5ec5dd4ed9156c5e79715f1ca5733b997eeac0b6e90efa', 'amz-sdk-invocation-id': b'71d4d83a-cbd8-40ba-88ab-b0f475ee1f1b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:33 GMT', 'x-amzn-requestid': 'tYA50YAebwPXOvolop5kOfkIVzMjGyvTb6dM3pJFuGy0KZp59NDD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171833Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171833Z
20251126/us-east-1/s3/aws4_request
f849de07f45ddaf0f923c026b048bb4fb8b825efb578f0c0156c7ccdd623819b
DEBUG    botocore.auth:auth.py:430 Signature:
ee563ef24a00d712035e76ad67a45eab2606d2923284b01571f04425a90d01a5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171833Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee563ef24a00d712035e76ad67a45eab2606d2923284b01571f04425a90d01a5', 'amz-sdk-invocation-id': b'5294e2dc-c3d2-4fbd-bce1-40777913fde5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:33 GMT', 'x-amzn-requestid': 'drjsoafy4gPiwCclI0O1OOcVkvmFjFAuIKXkCmZRzIZ0AOwn0mLQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dd8a6a8d-acaa-47c3-9232-c42fca55373b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dd8a6a8d-acaa-47c3-9232-c42fca55373b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dd8a6a8d-acaa-47c3-9232-c42fca55373b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1a2cd7a6-6549-4e8f-9974-e01adc8c3363, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1a2cd7a6-6549-4e8f-9974-e01adc8c3363, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1a2cd7a6-6549-4e8f-9974-e01adc8c3363, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171834Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171834Z
20251126/us-east-1/s3/aws4_request
a5d4544783648f484e62149570b13b4eaa7ccb4bdbfb5e7c7e64a522dbe6a47d
DEBUG    botocore.auth:auth.py:430 Signature:
88cd8289172d1640bb1b30da2010d6b75e988a62114b5b1235a1867e3b34e411
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171834Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88cd8289172d1640bb1b30da2010d6b75e988a62114b5b1235a1867e3b34e411', 'amz-sdk-invocation-id': b'00942c08-f3ba-40d3-a29c-a3a1b7e774ad', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:34 GMT', 'x-amzn-requestid': 'QWchUX0hNV0DkABM5ezKmPSVuTXoYGxoRcn0xO3GfAfWpUQEaUyw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171834Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171834Z
20251126/us-east-1/s3/aws4_request
1fbd98d92c3c89348ce68a2557feb162b146d9f08a776a9f83429b87611d0af3
DEBUG    botocore.auth:auth.py:430 Signature:
9493763fa4fce0b59d8565f643ab3daba3861690ca51498df7cea213c9b8052d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171834Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9493763fa4fce0b59d8565f643ab3daba3861690ca51498df7cea213c9b8052d', 'amz-sdk-invocation-id': b'b5cb884d-b344-4cb9-b61c-ffaa629c1a9f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:34 GMT', 'x-amzn-requestid': 'eUq6d3kCkrwTzvNYxBgq49Z5eUVAe6PRSt0a2FUTJjuO92S6J41P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171834Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171834Z
20251126/us-east-1/s3/aws4_request
802ad25b6cc200f0210028c3e0cc9c0254434e91a212c88b40f116d2c0838b06
DEBUG    botocore.auth:auth.py:430 Signature:
2a4ad222a293248aa8e05c07dfda469e7629078bb569d9da7603ada5d651389f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171834Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2a4ad222a293248aa8e05c07dfda469e7629078bb569d9da7603ada5d651389f', 'amz-sdk-invocation-id': b'cfa9fbd0-2c28-44bd-ba97-75d10d34d4dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:34 GMT', 'x-amzn-requestid': 'JOyGyoyZFWjSYQOI77SAnSJfh6kmPTzUXQjnTdpRYpN0sQlRjWBY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1f1b3ac0-940f-4bdd-8b75-68c7703f76a5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1f1b3ac0-940f-4bdd-8b75-68c7703f76a5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1f1b3ac0-940f-4bdd-8b75-68c7703f76a5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5fb53e6-8999-4ca0-82b3-b2f9c5a9cdb1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5fb53e6-8999-4ca0-82b3-b2f9c5a9cdb1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5fb53e6-8999-4ca0-82b3-b2f9c5a9cdb1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171835Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171835Z
20251126/us-east-1/s3/aws4_request
1d8a308fcd52d4cb00cd24e6d499f4ecba9871e6b655b83a86128089d47b8c7b
DEBUG    botocore.auth:auth.py:430 Signature:
cce959df2197353246c02c7f2f4c9bb01e74e528ff3bf392005d0874146f8875
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171835Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cce959df2197353246c02c7f2f4c9bb01e74e528ff3bf392005d0874146f8875', 'amz-sdk-invocation-id': b'd7bfe8a5-ec84-41c3-8eb1-87b53d14d538', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:35 GMT', 'x-amzn-requestid': '16JczAi4UAl1ox6CKalAH8Cpnr1k7N9h0BbnsZbYhF9U2iPq68yF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171835Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171835Z
20251126/us-east-1/s3/aws4_request
66c8d75b642089675411b510e29f08967ed09710373dc84535033d6814cb39dc
DEBUG    botocore.auth:auth.py:430 Signature:
8c6f94856faef2da1c6f0693ab1c92a5aa770a4a3c8d3168fa29bd1baeabc1aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171835Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8c6f94856faef2da1c6f0693ab1c92a5aa770a4a3c8d3168fa29bd1baeabc1aa', 'amz-sdk-invocation-id': b'45a5bf76-d650-4f89-b374-16cf04b0f7bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:35 GMT', 'x-amzn-requestid': '2CktXhPx5VNubhovtr4JkRNpur9DyYnO4dqEehHXvTHtyY50KoI3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171835Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171835Z
20251126/us-east-1/s3/aws4_request
e23752033ee4b92b7536249025601521e38d05a345e44cb9b8843b993c7604e4
DEBUG    botocore.auth:auth.py:430 Signature:
15a10e0b5f010981bdee319d54a9292ab77ad0521deb0a8ebe22999283f6ec5a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171835Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=15a10e0b5f010981bdee319d54a9292ab77ad0521deb0a8ebe22999283f6ec5a', 'amz-sdk-invocation-id': b'089594f1-81e6-49e8-bb56-f19da91b3732', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:36 GMT', 'x-amzn-requestid': 'QIb8vHqSPLhwCi0RDfv0J1Iv6SoeQMBcdEZbRQLAOuaiZF8Mhk6W', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f9a3f25b-2d8b-46f5-b98d-a9b07138839d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f9a3f25b-2d8b-46f5-b98d-a9b07138839d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f9a3f25b-2d8b-46f5-b98d-a9b07138839d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5ca818db-96e2-4450-bc1c-7a225001339a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5ca818db-96e2-4450-bc1c-7a225001339a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5ca818db-96e2-4450-bc1c-7a225001339a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171837Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171837Z
20251126/us-east-1/s3/aws4_request
94d3b32b3e7f499844266374ffa23e7351f127239718c33727ed544153b964c8
DEBUG    botocore.auth:auth.py:430 Signature:
743aa6b16f3eb7045714e8f2cf7a8432a7f7064adc8399fa90a30fba774e8b65
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171837Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=743aa6b16f3eb7045714e8f2cf7a8432a7f7064adc8399fa90a30fba774e8b65', 'amz-sdk-invocation-id': b'73896d33-ffde-49af-a4df-748648123c3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:37 GMT', 'x-amzn-requestid': '1ovnFfunRaYSdNkRTP1ZNRopX897HnhY9C7ZPjPXJ4aNaDgp1UFv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171837Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171837Z
20251126/us-east-1/s3/aws4_request
40f634c8954655b4d626c2e636c32067ea391f344fc5daf5faa17dc7fe558d72
DEBUG    botocore.auth:auth.py:430 Signature:
fc39cf617d97a41fe5026b2afa99942e5d26b677f23158b2f6147373a6d603ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171837Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fc39cf617d97a41fe5026b2afa99942e5d26b677f23158b2f6147373a6d603ab', 'amz-sdk-invocation-id': b'f7cb8966-b420-45a3-818a-238e81346443', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:37 GMT', 'x-amzn-requestid': 'nkzEZX6DYFpcNsepYatPbwQkdZZ6LDkOcbUNdH9kyKBlaJKNUYij', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171837Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171837Z
20251126/us-east-1/s3/aws4_request
4477241ed1edcf6119da7353240c737fb1862395c2040e9b4d2f04159ae7b1a0
DEBUG    botocore.auth:auth.py:430 Signature:
07da490a52dc373db248993e1963edc743ebbc52bd4839013860549af995558f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171837Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07da490a52dc373db248993e1963edc743ebbc52bd4839013860549af995558f', 'amz-sdk-invocation-id': b'e7c761a6-f5e2-47e0-be4e-3106094dfdbb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:37 GMT', 'x-amzn-requestid': 'omljkqCvD4yOrYi8O4AzDMP9KlIAy2evmTxYm0NpGWIPEsJWUly1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d276f242-02fa-4c5b-a736-cb76508b15d9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d276f242-02fa-4c5b-a736-cb76508b15d9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d276f242-02fa-4c5b-a736-cb76508b15d9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f6ccb086-51f1-46ba-8c89-a522d0438443, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f6ccb086-51f1-46ba-8c89-a522d0438443, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f6ccb086-51f1-46ba-8c89-a522d0438443, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171838Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171838Z
20251126/us-east-1/s3/aws4_request
56e1388e70af6b1cabbb556bd6975c52106608a8312a00381ee80465fb1e8595
DEBUG    botocore.auth:auth.py:430 Signature:
aff153882af914efde741f5eb5ef66f0a2ce0b4d4c574e0b0e3fa986e94ecade
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171838Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aff153882af914efde741f5eb5ef66f0a2ce0b4d4c574e0b0e3fa986e94ecade', 'amz-sdk-invocation-id': b'3d041eab-69ed-49d6-af67-d2990e000786', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:38 GMT', 'x-amzn-requestid': 'rfznrbxkPYYcUjUYxl2hX8fPNdwMep99HHC4Nr59uuWWYVOHqbXy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171838Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171838Z
20251126/us-east-1/s3/aws4_request
ca57c5b1ae304e0526238101a1ccc87e1ae9baa47d677a09a8f9a30e75f505cd
DEBUG    botocore.auth:auth.py:430 Signature:
fff17ecc2f03599d610a88295590f01cba08202ed5e343baba393878593234d4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171838Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fff17ecc2f03599d610a88295590f01cba08202ed5e343baba393878593234d4', 'amz-sdk-invocation-id': b'5f82d424-2c98-4d9a-9c08-402e6d2e4334', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:38 GMT', 'x-amzn-requestid': 'DQM3GY5cuTNt63Q4pGUrvoBOyRqynIHfM7z9dPJUmxj5ieU5wbt3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171838Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171838Z
20251126/us-east-1/s3/aws4_request
ab000add4dcaad81c3e3a0934abe21d92f34dd5b838e57a440cd6a3572de3591
DEBUG    botocore.auth:auth.py:430 Signature:
3817a6a38fd1779601d1bba7f5414337fa7f25e3262c73194d3bffeb1e41c9fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171838Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3817a6a38fd1779601d1bba7f5414337fa7f25e3262c73194d3bffeb1e41c9fc', 'amz-sdk-invocation-id': b'2fe92c2e-224b-4775-abf9-e2c856b482d5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:38 GMT', 'x-amzn-requestid': 'Ms9YE8lb7yH6l4m6eucy5mMiJTQclLQOszDa3BK7avPJ81VWisde', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3d45ef7c-6d27-408c-b2c9-172c103c5b34, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3d45ef7c-6d27-408c-b2c9-172c103c5b34, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3d45ef7c-6d27-408c-b2c9-172c103c5b34, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f486474b-e72f-41cf-ad87-d69c79d3042b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f486474b-e72f-41cf-ad87-d69c79d3042b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f486474b-e72f-41cf-ad87-d69c79d3042b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171840Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171840Z
20251126/us-east-1/s3/aws4_request
e3bf7e4516abb8e2b4d1daa48b71e0d319811debb2dfa883a7cff34cd6fe09de
DEBUG    botocore.auth:auth.py:430 Signature:
527887c532e25102464c0ab96537d46f749f95c33c5648e3ea8a0a95ea146f4d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171840Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=527887c532e25102464c0ab96537d46f749f95c33c5648e3ea8a0a95ea146f4d', 'amz-sdk-invocation-id': b'e6a802a0-8ea3-4a66-9eb0-ae12a01e4d38', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:40 GMT', 'x-amzn-requestid': 'gqTZNJtwd7rnejcd6S39MTudmd6qMVM2r4YjXa5ckg3h8oTa4zNW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171840Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171840Z
20251126/us-east-1/s3/aws4_request
9c504cbd526484bbc3e3aa10a80b10c9942c2fa83d325c4d5cd1bb8290c3d6bf
DEBUG    botocore.auth:auth.py:430 Signature:
023800b4bf0cd5db2d72285cb034acc6ec2ca50f0c71ac4dc03135a50356f438
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171840Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=023800b4bf0cd5db2d72285cb034acc6ec2ca50f0c71ac4dc03135a50356f438', 'amz-sdk-invocation-id': b'031f8bda-0030-4f1b-a339-f345fb2af98d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:40 GMT', 'x-amzn-requestid': '6gLKA8lGPNP3gxThwJo4OkPyiejq8wj39GCXpuaCacVKa5lNxcmd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171840Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171840Z
20251126/us-east-1/s3/aws4_request
de6d80ced47a1f13cfca24467b88840e4ac95c5ed8e3019d509fa999382af839
DEBUG    botocore.auth:auth.py:430 Signature:
45e9311bfd11731cdf0c0b72f3d9d51cb1525e9db8afd78dc00c794679f7bdfe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171840Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45e9311bfd11731cdf0c0b72f3d9d51cb1525e9db8afd78dc00c794679f7bdfe', 'amz-sdk-invocation-id': b'b66437f2-de59-420f-ab37-7795a262c96f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:40 GMT', 'x-amzn-requestid': 'CCeZas7rgbNogjRJxA5zGRlOONc02R5RmfcX8zeASVsH3TNGM1Fu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, de793000-ceca-422f-98e0-61e1e94e4814, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, de793000-ceca-422f-98e0-61e1e94e4814, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, de793000-ceca-422f-98e0-61e1e94e4814, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc7a1849-57a3-4a08-a485-dd4b27543e74, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc7a1849-57a3-4a08-a485-dd4b27543e74, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fc7a1849-57a3-4a08-a485-dd4b27543e74, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171841Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171841Z
20251126/us-east-1/s3/aws4_request
f5195d5e2741b242c91fc58b444835d2f7ff41fd60e83b7c25148300f73717d3
DEBUG    botocore.auth:auth.py:430 Signature:
f30f6cd3e332eae27585e8c7c0a9d17ab5f1ea982b9d1cfe0bd4bd460010346f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171841Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f30f6cd3e332eae27585e8c7c0a9d17ab5f1ea982b9d1cfe0bd4bd460010346f', 'amz-sdk-invocation-id': b'bcf48f78-94b1-4d62-90e7-5f94174ad315', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:41 GMT', 'x-amzn-requestid': 'ibchGyKqmf1AYkmECaZkBjmJbhLoRYR3N2lZZJXA9oAhoPgDPlqz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171841Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171841Z
20251126/us-east-1/s3/aws4_request
c898b01745fccf2e3198ce251070b512ff2eb56e457299cd0686173c307b8a8d
DEBUG    botocore.auth:auth.py:430 Signature:
126ed987b1b7ad0188ccbb23464cc872daed519b93dbe49de966476c5eb70259
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171841Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=126ed987b1b7ad0188ccbb23464cc872daed519b93dbe49de966476c5eb70259', 'amz-sdk-invocation-id': b'b63c3839-6c90-46c2-9156-334545191871', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:41 GMT', 'x-amzn-requestid': 'IhJeEtWjMCyou8e3k4xYds5HAyFiDPlfanLIUITLEIvh8ycf6msA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171841Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171841Z
20251126/us-east-1/s3/aws4_request
30d2e0172e6e255e1848779eb50d70cf0981799d49230d2098dc30672ac9d439
DEBUG    botocore.auth:auth.py:430 Signature:
622b7f3f75b8ff1ab1e2c13bcdc872dd8b856b1d9c2bdf5657fbf15f87d0ba38
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171841Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=622b7f3f75b8ff1ab1e2c13bcdc872dd8b856b1d9c2bdf5657fbf15f87d0ba38', 'amz-sdk-invocation-id': b'b36eb4c5-8fb7-439d-a4a3-554b201d3635', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:41 GMT', 'x-amzn-requestid': 'zFWgjqLi3BR4AXIkPLMRtEURHQDPGXWU56OFPyFmbe45ACMKy0br', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4e2f529d-03af-48cc-9483-a3a0cc773687, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4e2f529d-03af-48cc-9483-a3a0cc773687, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4e2f529d-03af-48cc-9483-a3a0cc773687, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3b7bf5ff-9524-496c-b055-94d73e78472f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3b7bf5ff-9524-496c-b055-94d73e78472f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3b7bf5ff-9524-496c-b055-94d73e78472f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171842Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171842Z
20251126/us-east-1/s3/aws4_request
6cbfd85f303085ec458997741161e34a5abf5252979e70064b8be65103c53e5f
DEBUG    botocore.auth:auth.py:430 Signature:
fc500c33626a0adb7605f04e7dd90e7b44ea5261d0480830ba4033c65eca7d8b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171842Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fc500c33626a0adb7605f04e7dd90e7b44ea5261d0480830ba4033c65eca7d8b', 'amz-sdk-invocation-id': b'd8eff18f-efee-46dc-a387-097e4808d92c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:42 GMT', 'x-amzn-requestid': 'LFaKP4DSAmBtmzxTl1zaKAUQ7pR9DGIaqw9h8h812VslmjB6UstM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171842Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171842Z
20251126/us-east-1/s3/aws4_request
654df2f9a7e1b544f296c0d82002c100e52f2ac75c529fb0ed60323dc0dda450
DEBUG    botocore.auth:auth.py:430 Signature:
a1d3bacda4fe2aeae4091d0026a233deb32f4336442f6f6110721a9c52070f92
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171842Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a1d3bacda4fe2aeae4091d0026a233deb32f4336442f6f6110721a9c52070f92', 'amz-sdk-invocation-id': b'03bebddf-03ce-4a41-9b8d-39c3abdddd0a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:42 GMT', 'x-amzn-requestid': '57QF3UthxSQQL17FAatJYsVf1sZcYJ6Hc3IRNmPPBJeVTMCQus5k', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171842Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171842Z
20251126/us-east-1/s3/aws4_request
88c9a21182452fc8059b3d12fc51c6e0a743231184097cc06bcc802c3fc46513
DEBUG    botocore.auth:auth.py:430 Signature:
5e0370383ee938c1f1d9c3c7eac2f949f31453c3ba6e427fee3b5d88b9e6d441
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171842Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e0370383ee938c1f1d9c3c7eac2f949f31453c3ba6e427fee3b5d88b9e6d441', 'amz-sdk-invocation-id': b'1ea5d474-df56-456f-ba7c-ba3d40e106cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:42 GMT', 'x-amzn-requestid': 'nffjLgpC3rqQLFAtxItuZ44hKvQQmm1egjxxqJ4mvblhQpi5Gzbg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2d919365-b552-4e99-afb9-add8fb7c4783, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2d919365-b552-4e99-afb9-add8fb7c4783, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2d919365-b552-4e99-afb9-add8fb7c4783, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8faa009c-2843-4aca-b9c8-85e01251554e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8faa009c-2843-4aca-b9c8-85e01251554e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8faa009c-2843-4aca-b9c8-85e01251554e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171844Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171844Z
20251126/us-east-1/s3/aws4_request
2f94cbfbb5d81b86c7eba9ed7857d6c0bb8421316ab7e4a689c605223b4fb6f8
DEBUG    botocore.auth:auth.py:430 Signature:
e26cf29cffae6d3f17a45a75af075c7146fbf94116da86101348f85c4910040b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171844Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e26cf29cffae6d3f17a45a75af075c7146fbf94116da86101348f85c4910040b', 'amz-sdk-invocation-id': b'd18bd0c0-8da9-4eb6-9355-149d213db722', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:44 GMT', 'x-amzn-requestid': '7mGYXl9YOscxNP3XdJzTDBy9SlK4pDL70RtPHC2tinXJMP8rKBCr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171844Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171844Z
20251126/us-east-1/s3/aws4_request
78931382660198a6fed74debd7e2af006dcccd6bb2769f36f48d3e0a1c7cd85e
DEBUG    botocore.auth:auth.py:430 Signature:
2eb7e67e9cb37239693216ef4e3ed8089797cbfa88c32e2e0b0231fca55f1a59
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171844Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2eb7e67e9cb37239693216ef4e3ed8089797cbfa88c32e2e0b0231fca55f1a59', 'amz-sdk-invocation-id': b'6e0396e5-ae58-417b-93ef-3ca4909bd0b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:44 GMT', 'x-amzn-requestid': 'pwD0wR9D90s9viztpBW4ReOvg2u9ORaCGVFvTHr5RjLVQz4OCuJg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171844Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171844Z
20251126/us-east-1/s3/aws4_request
2071b8bcc830e4a78c16cd676f82693cd98e55d8c8821034714cb497a8c1e9e7
DEBUG    botocore.auth:auth.py:430 Signature:
11fe8c50ca9ad48b4924ad0374684a47b3da2751983a7ba054af67c60c07c217
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171844Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=11fe8c50ca9ad48b4924ad0374684a47b3da2751983a7ba054af67c60c07c217', 'amz-sdk-invocation-id': b'192905d3-6e9b-4c64-9d85-0cdfb43cefbc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:44 GMT', 'x-amzn-requestid': 'aosXL8KtRjxhwj1gjq4rnEqeAyA08HhSl5wFyrA6T6oyxdFDnY4D', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c3ab50a0-7dba-4b76-a743-456aba0cb259, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c3ab50a0-7dba-4b76-a743-456aba0cb259, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c3ab50a0-7dba-4b76-a743-456aba0cb259, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 74325945-bc72-4d88-ad04-b16d3a96a768, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 74325945-bc72-4d88-ad04-b16d3a96a768, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 74325945-bc72-4d88-ad04-b16d3a96a768, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171845Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171845Z
20251126/us-east-1/s3/aws4_request
484aaffa00f2e97ded9e4733ee28bc823698d3868985c5d7ab08d9cfbb1a525d
DEBUG    botocore.auth:auth.py:430 Signature:
e2b0433082c85499c711fdc00e846fc314d5fe192f9ba5ad93bbac96e517f140
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171845Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2b0433082c85499c711fdc00e846fc314d5fe192f9ba5ad93bbac96e517f140', 'amz-sdk-invocation-id': b'e857f994-c356-49de-ad5d-fe71294246de', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:45 GMT', 'x-amzn-requestid': 'ow6pfdFgKcwFaF4fMzRHAiZNcXOIQJdqs7zD3m71CHJ26tf7S5PO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171845Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171845Z
20251126/us-east-1/s3/aws4_request
d8bf3a27e06d4e77c780f210a3340e2ce784a7a979b08554b513d4447ecf115f
DEBUG    botocore.auth:auth.py:430 Signature:
9be04a34cefecc719331a9f87ae9ff8f17f2ffc24a54a76a37a6e772a938508f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171845Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9be04a34cefecc719331a9f87ae9ff8f17f2ffc24a54a76a37a6e772a938508f', 'amz-sdk-invocation-id': b'85b5557c-a9f8-4ea8-a351-c6df6a5938c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:45 GMT', 'x-amzn-requestid': 'm7932KhcEOOzooSLXb1nUgxfC03YvALQkD4uwmRp2jb0h7N497Wd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171845Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171845Z
20251126/us-east-1/s3/aws4_request
ac00415a1be9d56e7dc6c0bc03fb425733584ee45a226635a3f14ff05a890447
DEBUG    botocore.auth:auth.py:430 Signature:
8a9e3891a2f7061f554750d954b3ffd5cab0f7d404060d2ddf29b056b4e34372
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171845Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8a9e3891a2f7061f554750d954b3ffd5cab0f7d404060d2ddf29b056b4e34372', 'amz-sdk-invocation-id': b'f218a892-9f7b-4524-8259-77980401ade6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:45 GMT', 'x-amzn-requestid': 'ZXIoIZzDi9skJmtpAb4PL8y7O9QylDkeSfVn6LcP4BpjUtnwHttu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bfe6cdad-6bb2-4291-9ccd-b9a1c9ea88b6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bfe6cdad-6bb2-4291-9ccd-b9a1c9ea88b6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bfe6cdad-6bb2-4291-9ccd-b9a1c9ea88b6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d65a808-1963-465e-a595-3f896c2afa1e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d65a808-1963-465e-a595-3f896c2afa1e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4d65a808-1963-465e-a595-3f896c2afa1e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171847Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171847Z
20251126/us-east-1/s3/aws4_request
0e7416acef9064607c937d84b8e242f03e397c36558a749e69c68baeef1ed587
DEBUG    botocore.auth:auth.py:430 Signature:
7c8ef9c63758f7634a4e832124727fa85764ae8d3e41178a4a05604d98e86623
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171847Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7c8ef9c63758f7634a4e832124727fa85764ae8d3e41178a4a05604d98e86623', 'amz-sdk-invocation-id': b'6cedab04-be9b-489f-a460-6d53fd318433', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:47 GMT', 'x-amzn-requestid': 'pHiy6NoUEJtaFZHlurlx3HlEDKS4pLRKtHhUuqbHQABBIT1TTGkI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171847Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171847Z
20251126/us-east-1/s3/aws4_request
1cde58df83c361b024f31a858d9b743cf8a6ee1defa990d54155b6636953aca3
DEBUG    botocore.auth:auth.py:430 Signature:
6e5935d468e51fb9cc941eac42c7bf267c069d77ab98c2934fbcc46b73cc3d51
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171847Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e5935d468e51fb9cc941eac42c7bf267c069d77ab98c2934fbcc46b73cc3d51', 'amz-sdk-invocation-id': b'5d939975-c59f-410b-b46a-9b6afaa057fb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:47 GMT', 'x-amzn-requestid': 'm0QxlN5tH4Oo12GlaTdgnTOIcaIwb1Juun1UeNeH3kObpt0kkxBH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171847Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171847Z
20251126/us-east-1/s3/aws4_request
9a9dd3826fedd53116496799418b0842d45acc8b4ff67f1b1e9daf0bf86f17f3
DEBUG    botocore.auth:auth.py:430 Signature:
4fccb38141d88cf6c94ffc90eae5a5baf6412a7c13e1fd1537fbf50da11172c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171847Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4fccb38141d88cf6c94ffc90eae5a5baf6412a7c13e1fd1537fbf50da11172c0', 'amz-sdk-invocation-id': b'25c85d99-4ea0-46f3-8aa7-ba6c9f042389', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:47 GMT', 'x-amzn-requestid': 'vajxEDkIME4ZW6AgkKsZ9MCacmKSaQmec8Aq4osOfYV1YINzlLc5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f328c78f-a848-46b4-915b-8b2da21d468a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f328c78f-a848-46b4-915b-8b2da21d468a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f328c78f-a848-46b4-915b-8b2da21d468a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 058d3fb5-964e-4ac4-9323-4a044199e4d5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 058d3fb5-964e-4ac4-9323-4a044199e4d5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 058d3fb5-964e-4ac4-9323-4a044199e4d5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171848Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171848Z
20251126/us-east-1/s3/aws4_request
16c2494d2cc9c4324e86e47359f3aff09cf6eced1e4508c3c4e434d2fa5297e2
DEBUG    botocore.auth:auth.py:430 Signature:
f0a9793184a128ee7583552387d08253cbbfbd61ddf184895930fd06b566c02b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171848Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0a9793184a128ee7583552387d08253cbbfbd61ddf184895930fd06b566c02b', 'amz-sdk-invocation-id': b'fc754b5a-d143-40ac-bbab-bbe704dfe5dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:48 GMT', 'x-amzn-requestid': 'dU4Z20P6ZdfBsZmWn0sP8wPvHUjtke4ISGkPZImpQYEXNnhX2PIA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171848Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171848Z
20251126/us-east-1/s3/aws4_request
2b9aa0cf9ee88b36deb9d4943dec9789f4c38bb5e6a12a21cc9721c65a970e9e
DEBUG    botocore.auth:auth.py:430 Signature:
b0234cf417d369a713b3fb999ac09355426ccc6d1044f78405036f814bde23ba
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171848Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b0234cf417d369a713b3fb999ac09355426ccc6d1044f78405036f814bde23ba', 'amz-sdk-invocation-id': b'fd08378f-7cdb-44a4-a4df-5b23e3864831', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:48 GMT', 'x-amzn-requestid': 'k6xfC4qGDNgxdj4aTLgc4labLCURGaCFZdiuDOjFeBzgMsJowvzp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171848Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171848Z
20251126/us-east-1/s3/aws4_request
f5b10bf710e7bb8ec6d69ff0333ed93c286580757c49c1e421f764d3568016c3
DEBUG    botocore.auth:auth.py:430 Signature:
a29174e0a4194ba0f8c23dcae86b67204370d94fdbd4e16fc1fa18e34b59a5de
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171848Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a29174e0a4194ba0f8c23dcae86b67204370d94fdbd4e16fc1fa18e34b59a5de', 'amz-sdk-invocation-id': b'a7297dcb-d086-4013-952e-0cae3f5f5792', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:48 GMT', 'x-amzn-requestid': 'jRUy0baahFO8gVqNpyqypjd5a2dPmQOFpUGgWzYerXYZ9hoHWQ0h', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 57849187-e459-419e-9ef1-f95df0f5f7fe, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 57849187-e459-419e-9ef1-f95df0f5f7fe, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 57849187-e459-419e-9ef1-f95df0f5f7fe, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 899d0e4d-7c7d-4b54-91d5-0ad26bc0bc2d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 899d0e4d-7c7d-4b54-91d5-0ad26bc0bc2d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 899d0e4d-7c7d-4b54-91d5-0ad26bc0bc2d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171849Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171849Z
20251126/us-east-1/s3/aws4_request
039d004da7d0e62746175c4b835218bad24df304b2acfff8c3b833bb6d36c0ff
DEBUG    botocore.auth:auth.py:430 Signature:
b324e01e526fa98374959ba07604cc91b321671e8b24c97a66008f7e0b8ceb50
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171849Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b324e01e526fa98374959ba07604cc91b321671e8b24c97a66008f7e0b8ceb50', 'amz-sdk-invocation-id': b'08a6848a-4162-4086-84f5-bd42c5816991', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:49 GMT', 'x-amzn-requestid': 'UdiVcW7FceNgmLFtSnZTEnY708VIbhzjVeMF5ZW22ZSgt6UOSl0o', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171849Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171849Z
20251126/us-east-1/s3/aws4_request
1567341065728aa291890938271b276f2d941cb1ff1c0069f1215a708b8a575c
DEBUG    botocore.auth:auth.py:430 Signature:
7d5d3f6da3d3677e5696b71856371f33e82a8f181a9254c31d91d1545f16893a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171849Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d5d3f6da3d3677e5696b71856371f33e82a8f181a9254c31d91d1545f16893a', 'amz-sdk-invocation-id': b'e54ab7f2-36ab-4312-981f-59ada6ae57f6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:49 GMT', 'x-amzn-requestid': 'TMx6fb23Y2EFe9mmm53cMXOxzE6mFS2LruS8JenFAT0yOHEeuvv5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171849Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171849Z
20251126/us-east-1/s3/aws4_request
56cbc8e82e61385b16debd2ca7b06f6351d704a35422b1771f42ea45bbf5f91a
DEBUG    botocore.auth:auth.py:430 Signature:
1b837cdf9e007695b31aa72ae57f489c47ef78b968ef0061bdbad535beb806c7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171849Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b837cdf9e007695b31aa72ae57f489c47ef78b968ef0061bdbad535beb806c7', 'amz-sdk-invocation-id': b'435654ad-7c86-4a1d-aae1-bacd9242990b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:49 GMT', 'x-amzn-requestid': 'w74RGpKWvH5kwmYd9ltQbOPSMSQLbGGCWCXPO1LN1F3CheilDvIP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 710d1a28-0bc1-484e-b43e-9161ac226526, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 710d1a28-0bc1-484e-b43e-9161ac226526, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 710d1a28-0bc1-484e-b43e-9161ac226526, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 81363b6e-eb94-438b-930e-601c68bcdfb2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 81363b6e-eb94-438b-930e-601c68bcdfb2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 81363b6e-eb94-438b-930e-601c68bcdfb2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171851Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171851Z
20251126/us-east-1/s3/aws4_request
23b993c026d33b31d8c7d70bd9792a9fa05da42d2cb63441db6188e343701024
DEBUG    botocore.auth:auth.py:430 Signature:
cb72b8c41a83c33ef5cd105e7c7abcfe4de6ae3b2eb4fc9e92b8bb9535c35be4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171851Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cb72b8c41a83c33ef5cd105e7c7abcfe4de6ae3b2eb4fc9e92b8bb9535c35be4', 'amz-sdk-invocation-id': b'c4fbca01-5681-45b5-94f2-079036a9ebf0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:51 GMT', 'x-amzn-requestid': 'HREczOruFL6XtbPjfWxCBhyzqBKBavujkHNKX1FtqSZmQOl3vBYK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171851Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171851Z
20251126/us-east-1/s3/aws4_request
e42048339e9e9d82e5b336f183bf5f49cd1e97afe56333c3ba4adf9827b12e86
DEBUG    botocore.auth:auth.py:430 Signature:
8b84b010da8a5eb86c856860b5063d83d7e522f50a33d8f0abaf79de1092f2b7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171851Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b84b010da8a5eb86c856860b5063d83d7e522f50a33d8f0abaf79de1092f2b7', 'amz-sdk-invocation-id': b'285808dd-fb72-4b7b-b6cc-91e3ad813371', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:51 GMT', 'x-amzn-requestid': 'bDqJYgZQdcePpibJA1VqFBTRapJEurNFRlpdaVK2SXBLx5KhjJc6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171851Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171851Z
20251126/us-east-1/s3/aws4_request
ef4ae6484aee0652af9f7159480207316ee1ace182d81edde0e2eb3211e5436d
DEBUG    botocore.auth:auth.py:430 Signature:
cc595e76f08ad60499745da560f6b628ba5a92e7fb61ccd2d37b6f7744c2e43b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171851Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cc595e76f08ad60499745da560f6b628ba5a92e7fb61ccd2d37b6f7744c2e43b', 'amz-sdk-invocation-id': b'39ea234d-75c8-45de-bad6-dbd4f46a7db3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:51 GMT', 'x-amzn-requestid': 'RsUvrubekaYKNLkFKTfTB0sOQoZ1TpVQ7B1JD18oAuaJK5r4yvZU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cfed90f7-0d4b-4958-8dec-75d2e28ef110, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cfed90f7-0d4b-4958-8dec-75d2e28ef110, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cfed90f7-0d4b-4958-8dec-75d2e28ef110, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 53fd21df-f41b-44ac-9e3b-0c1bd503b248, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 53fd21df-f41b-44ac-9e3b-0c1bd503b248, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 53fd21df-f41b-44ac-9e3b-0c1bd503b248, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171852Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171852Z
20251126/us-east-1/s3/aws4_request
fa5d4b112a6a6787b2b8cd76a467a01c04ae90f1eefd04a772f78ff36d3d231d
DEBUG    botocore.auth:auth.py:430 Signature:
4182c9b2cd9b1fd2de9e1269628c31aee56bf71e6b69b4e71ee385126605dc83
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171852Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4182c9b2cd9b1fd2de9e1269628c31aee56bf71e6b69b4e71ee385126605dc83', 'amz-sdk-invocation-id': b'24d7b976-c4d2-4a14-a922-d16c78d81d89', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:52 GMT', 'x-amzn-requestid': 'OwcnhMesreQ5763xkd2XTaKVagmIw6OSXP8gtMbFO4eBhAaA4MJU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171852Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171852Z
20251126/us-east-1/s3/aws4_request
06f78353e1de6278ecc4f177c743a2db64b6d98df09ddad5b3e938e55c2cde7b
DEBUG    botocore.auth:auth.py:430 Signature:
0c24039a38620e4a70bc105427ad2b5f9684671d3bc9e7b93ce85e697d10a422
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171852Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c24039a38620e4a70bc105427ad2b5f9684671d3bc9e7b93ce85e697d10a422', 'amz-sdk-invocation-id': b'f0d2e57b-64f6-4c9c-991c-ff5cbf40d72d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:52 GMT', 'x-amzn-requestid': 'j981Tz2ewkGM2QLsa4RfqF11rQaIxEtEdcZJrTmghZNJ0AzQ4ST1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171852Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171852Z
20251126/us-east-1/s3/aws4_request
44d0459793a28c4180eb8ce4f1431d22da1fd5b1e8a56aad0950722393b04998
DEBUG    botocore.auth:auth.py:430 Signature:
7e29314a9778e26f115a4553a86d680c83b5217fc8e1fda5d37d8800f3ebb8a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171852Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e29314a9778e26f115a4553a86d680c83b5217fc8e1fda5d37d8800f3ebb8a1', 'amz-sdk-invocation-id': b'40db5ac1-f661-4179-9895-f2ef7e546b10', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:52 GMT', 'x-amzn-requestid': '0Vi51rnkqbMwdKoZZV9NhWnzYeOJkIJfIQwJ2VcDzbZk7sDQMUMl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 567f6715-8e44-45b7-ad31-878d14160616, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 567f6715-8e44-45b7-ad31-878d14160616, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 567f6715-8e44-45b7-ad31-878d14160616, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8a6c3a8b-e42e-4981-a06d-74e25a0e488a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8a6c3a8b-e42e-4981-a06d-74e25a0e488a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8a6c3a8b-e42e-4981-a06d-74e25a0e488a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171853Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171853Z
20251126/us-east-1/s3/aws4_request
cef9d4e3cd999675b7ec77ea89f248d05ce16017a39330e3ca98e1a1484b9a83
DEBUG    botocore.auth:auth.py:430 Signature:
e33628f9bec7323f6e6eb55ec894fc0ebf1d1012c077fa0191e0b596cfc40df3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171853Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e33628f9bec7323f6e6eb55ec894fc0ebf1d1012c077fa0191e0b596cfc40df3', 'amz-sdk-invocation-id': b'bac85c24-eb4b-4385-990f-9ef3954b9d9c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:53 GMT', 'x-amzn-requestid': 'djiZGWP0RwlQovYXOacg87Fc4FnMSX5KZ2PP7H07e6x7zQJ2EWDu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171853Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171853Z
20251126/us-east-1/s3/aws4_request
d57b752b75f3aafdb78e8d262309800defca4d6491d0e48ad1a341effbf8c6d9
DEBUG    botocore.auth:auth.py:430 Signature:
b5e2530517a5340f77c9819e1ca7ab70daa984e4319ad7d928f7aa4bf968886c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171853Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5e2530517a5340f77c9819e1ca7ab70daa984e4319ad7d928f7aa4bf968886c', 'amz-sdk-invocation-id': b'5f4cefd4-8be3-41d7-abf0-55affb1ad423', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:53 GMT', 'x-amzn-requestid': 'QZtbpX44IeKgbzDhMGZLSk4oT86PFyvbshK4lRL1w0uCHh6xg2qw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171854Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171854Z
20251126/us-east-1/s3/aws4_request
ddfe4a584457f49cfde1b67e0e3d27cdf4789e02ef3a5730c1ac263d089820e2
DEBUG    botocore.auth:auth.py:430 Signature:
9afaae5317f24002147f81ba889c1a3bc501f83e5a63d34a3de8dadb2ded2db9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171854Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9afaae5317f24002147f81ba889c1a3bc501f83e5a63d34a3de8dadb2ded2db9', 'amz-sdk-invocation-id': b'd08b6049-8948-4aab-a46e-94484e637349', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:54 GMT', 'x-amzn-requestid': 'cyOWwBWFIlKPbEcxzwzGu0fs1uDWrQGtL8aR5QdC5iritMBTWxba', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 51950d6e-b973-4ef5-92b6-de9fa3764546, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 51950d6e-b973-4ef5-92b6-de9fa3764546, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 51950d6e-b973-4ef5-92b6-de9fa3764546, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7a72eb65-672d-47be-87c1-ba9daaf291dd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7a72eb65-672d-47be-87c1-ba9daaf291dd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7a72eb65-672d-47be-87c1-ba9daaf291dd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171855Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171855Z
20251126/us-east-1/s3/aws4_request
c0f43d11061ecc307d1788b871767a4b5169ffeccbe9ba4235e9be5dfc5dcd39
DEBUG    botocore.auth:auth.py:430 Signature:
3036ebdc89fccf03a2f7533ae2c3a042b38e985195af19c0875ddaa477eeed37
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171855Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3036ebdc89fccf03a2f7533ae2c3a042b38e985195af19c0875ddaa477eeed37', 'amz-sdk-invocation-id': b'8335aa50-b97c-41a6-bf18-fd74017a07f4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:55 GMT', 'x-amzn-requestid': 'CRTIaAURwDUHqS8rYvgq18R0eKCJtPGpDRO7xHrnoVsfIr6UzDX6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171855Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171855Z
20251126/us-east-1/s3/aws4_request
60ff3fca12a3c222442d58069ebddf794d8b75273146c2931ef675133d28d995
DEBUG    botocore.auth:auth.py:430 Signature:
510b9e8caa89bb7bf05a75781bfe9ff6c69659949d02d0bd8df121e033d7b327
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171855Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=510b9e8caa89bb7bf05a75781bfe9ff6c69659949d02d0bd8df121e033d7b327', 'amz-sdk-invocation-id': b'f7400aa6-0674-46e3-a581-db2ac1a441af', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:55 GMT', 'x-amzn-requestid': 'tIBSUxHdKdnFgSoDuhNXGNCckPGtoIyRvCkR5F98MoejWlTp84YJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171855Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171855Z
20251126/us-east-1/s3/aws4_request
cd3af03c38a61d23db0740876c020ee9be2291e9bd0ca2295b60c971acb3e317
DEBUG    botocore.auth:auth.py:430 Signature:
6d95409bf966b3f9a56fdac0281841c5a124a5852c5e3b2121128db92014e631
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171855Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d95409bf966b3f9a56fdac0281841c5a124a5852c5e3b2121128db92014e631', 'amz-sdk-invocation-id': b'3f721432-fcd8-4ca1-97db-387c171f85bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:55 GMT', 'x-amzn-requestid': 'Wohy5TRUa6o8N5iZtaUGAG7J8dH5WiurDqGZPNSW6az3UO4FcKzf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c56b797e-bc4c-425b-b04a-7bf75ec8e965, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c56b797e-bc4c-425b-b04a-7bf75ec8e965, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c56b797e-bc4c-425b-b04a-7bf75ec8e965, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6ae3be80-fb0d-41cf-8434-bd0610bfeb62, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6ae3be80-fb0d-41cf-8434-bd0610bfeb62, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6ae3be80-fb0d-41cf-8434-bd0610bfeb62, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171856Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171856Z
20251126/us-east-1/s3/aws4_request
c04d138201a4a6331255c1da965af3c1135e0a477a869f27f2fea5ec115fab0e
DEBUG    botocore.auth:auth.py:430 Signature:
cf44474930944519757b514909280f222db64a0701026433802271cdb9443fb7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171856Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cf44474930944519757b514909280f222db64a0701026433802271cdb9443fb7', 'amz-sdk-invocation-id': b'e1cdc0fe-8665-461f-a95f-6f2f77f86c32', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:56 GMT', 'x-amzn-requestid': 'eYFdVQiMpvjHb7wslZKC6ftJz6CL3IjGov3eOLESLx9G9WyhK6UW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171856Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171856Z
20251126/us-east-1/s3/aws4_request
1f517f63834c7269a243ddba4b3ac8192145ed58cd06d99c527ad67db08184fd
DEBUG    botocore.auth:auth.py:430 Signature:
c95d1cc6b9f7fc3e808515dc60da7af3225ebc1d42a4d338e29f7fda1f9fdcb1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171856Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c95d1cc6b9f7fc3e808515dc60da7af3225ebc1d42a4d338e29f7fda1f9fdcb1', 'amz-sdk-invocation-id': b'4d2a876d-0232-4d28-877f-fcb5f9742240', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:56 GMT', 'x-amzn-requestid': 'TxI45z0c4imKV5BK40mVONxW9kCA174LrqFNE8K5O3pjpWsqwleY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171856Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171856Z
20251126/us-east-1/s3/aws4_request
9f86fec19792741682bc28e9cf5cb6c2c1918e77776fa6890f271fdcdf4b39d6
DEBUG    botocore.auth:auth.py:430 Signature:
0fbf3070a586c08deccdac4eff1c823a6a7c9a3d18929ea8bedd63347fc64a66
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171856Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0fbf3070a586c08deccdac4eff1c823a6a7c9a3d18929ea8bedd63347fc64a66', 'amz-sdk-invocation-id': b'ef64080f-b2ea-437e-af38-c08701f502f3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:56 GMT', 'x-amzn-requestid': 'yb40RSNztNULmI7F99h3AEbnyaNo8J17RPLtnmVh988zDXE2J51u', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9a6e91c2-6801-41a8-8244-8b4d9cff7e69, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9a6e91c2-6801-41a8-8244-8b4d9cff7e69, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9a6e91c2-6801-41a8-8244-8b4d9cff7e69, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 76b3e973-8c60-4210-b22d-d61cd62ac79a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 76b3e973-8c60-4210-b22d-d61cd62ac79a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 76b3e973-8c60-4210-b22d-d61cd62ac79a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171858Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171858Z
20251126/us-east-1/s3/aws4_request
b9dca9587a1a265ae24c213240b5052b14e2e8c77d49c8a86d67f30759a19616
DEBUG    botocore.auth:auth.py:430 Signature:
f61109c66660589d6999579f51eb7801c87a830c021a11e076b413b64b4b0778
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171858Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f61109c66660589d6999579f51eb7801c87a830c021a11e076b413b64b4b0778', 'amz-sdk-invocation-id': b'e79e36dd-ba18-4131-85dd-6df9656cd8d3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:58 GMT', 'x-amzn-requestid': '23qrIUTT6rz80zSxM3ce5UpiZfO7CyLlJmqgYTmAzcYVFwpcvi6Q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171858Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171858Z
20251126/us-east-1/s3/aws4_request
27b1a1a4bc12b1ae2a5a9d81fde7affc118a3fc7efa934c8c329a80e86859940
DEBUG    botocore.auth:auth.py:430 Signature:
2aa8f8e474d9d05818f1b4c212f952ac44b96e51c10e78edea7f2cf71435c0ec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171858Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2aa8f8e474d9d05818f1b4c212f952ac44b96e51c10e78edea7f2cf71435c0ec', 'amz-sdk-invocation-id': b'ae85fcd0-78f6-487c-b73a-5be0f38a573a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:58 GMT', 'x-amzn-requestid': '28BtQSMajPLdj4mCRm3aCngGYDny0jv7RsXJdY3NKIzo31pvQoae', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171858Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171858Z
20251126/us-east-1/s3/aws4_request
ae2698c25cba9d331ecc4d283ad26d92c22506d64b71ab63386b6ccb24d5d960
DEBUG    botocore.auth:auth.py:430 Signature:
34187c1e5b7697bd250bdcc6510fb6d3904dffbe1beb1e23e128555fd1c55dc8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171858Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=34187c1e5b7697bd250bdcc6510fb6d3904dffbe1beb1e23e128555fd1c55dc8', 'amz-sdk-invocation-id': b'fc9d8717-0d93-434a-b333-c8e92e969f1d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:58 GMT', 'x-amzn-requestid': 'wbpSMFwBd3WGqriElZzb8lQUVQKDlnZ4qpk1ZnyN553Me9fe1GIf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4cf3ea69-c334-4000-b5af-bd222c1963d4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4cf3ea69-c334-4000-b5af-bd222c1963d4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4cf3ea69-c334-4000-b5af-bd222c1963d4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e98ee731-4622-47d0-b3d2-d570c542fd61, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e98ee731-4622-47d0-b3d2-d570c542fd61, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e98ee731-4622-47d0-b3d2-d570c542fd61, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171859Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171859Z
20251126/us-east-1/s3/aws4_request
d8bc60680fa0c748e410cde7adb1c6f17d29b353f8421eb3d3f2010c04fac9d8
DEBUG    botocore.auth:auth.py:430 Signature:
807b8aabd49f69f92436a99ebadf82542bffcf43b945d969d1fdbf45a538f3be
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171859Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=807b8aabd49f69f92436a99ebadf82542bffcf43b945d969d1fdbf45a538f3be', 'amz-sdk-invocation-id': b'9ec74c01-e1f0-442b-a5d1-9945b8a7b8b6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:59 GMT', 'x-amzn-requestid': 'LjZw0TKsV0zXdeM69YgnoryL5eldZcLqFNZHUYGhvhqSpT2ZtOH7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171859Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171859Z
20251126/us-east-1/s3/aws4_request
4902bf661df32012a5ce423afe64a416fcf9d75c3a6ddf890b6508168cbe2898
DEBUG    botocore.auth:auth.py:430 Signature:
e796b68171c1c62a6d840bdaf5dd8752cc344ab725bc1ab2513673ed0dc6d61d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171859Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e796b68171c1c62a6d840bdaf5dd8752cc344ab725bc1ab2513673ed0dc6d61d', 'amz-sdk-invocation-id': b'd565273c-cbb6-4786-af8c-f3e3fce2525c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:59 GMT', 'x-amzn-requestid': 'sgZQXfhCqzNEcleU2nx2mqX1wgNYi73IeMnnaWDZr0fhrE2DLock', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171859Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171859Z
20251126/us-east-1/s3/aws4_request
8835e53c83c57dc92a9e40a6c77134347cdb72daeb3cb623bbdd832b63b6280e
DEBUG    botocore.auth:auth.py:430 Signature:
3f47bf3504818b1f04305d94bf8374ea47061736d9b1418a3b17439ed41d82df
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171859Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3f47bf3504818b1f04305d94bf8374ea47061736d9b1418a3b17439ed41d82df', 'amz-sdk-invocation-id': b'ca74f11b-dece-40b4-9ebd-c55d487d4e94', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:18:59 GMT', 'x-amzn-requestid': 'oj0ewaUOR1IUP2YlF77kGlyVCF3fN6maXcwxrmnRs6nDT8hmJk4g', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e5e2e405-b242-4798-a8c3-6f3c1e5b21ed, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e5e2e405-b242-4798-a8c3-6f3c1e5b21ed, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e5e2e405-b242-4798-a8c3-6f3c1e5b21ed, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 87bab1a3-6fa4-4cf6-8579-6af5ad8fe9bb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 87bab1a3-6fa4-4cf6-8579-6af5ad8fe9bb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 87bab1a3-6fa4-4cf6-8579-6af5ad8fe9bb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171900Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171900Z
20251126/us-east-1/s3/aws4_request
cd32f1f2caee8387882117ab9ee2386e114c780fdcdc06c85048c8e6c5995391
DEBUG    botocore.auth:auth.py:430 Signature:
17cf6a184ee38a48f9ff3932a22f5eb635e3d0910c1db6ec448bbcd597ff3052
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171900Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17cf6a184ee38a48f9ff3932a22f5eb635e3d0910c1db6ec448bbcd597ff3052', 'amz-sdk-invocation-id': b'8df6d83d-385a-4c49-8855-044fe636a81a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:00 GMT', 'x-amzn-requestid': 'Tiuz0Nwlg4KPsKRKXJhqIJaL1DJn7ZOuuhPmtYVVrNWYSAoVfXyc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171900Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171900Z
20251126/us-east-1/s3/aws4_request
babccd2732231ae8f6b03cfcc3e24908252850a5de7a25c3f821d39a1634e474
DEBUG    botocore.auth:auth.py:430 Signature:
11c805c89e887561af4827be9b700b0c0b2da7a0c97e0ecf024976d9ea3860dd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171900Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=11c805c89e887561af4827be9b700b0c0b2da7a0c97e0ecf024976d9ea3860dd', 'amz-sdk-invocation-id': b'0705ccbc-d11b-4483-946d-89b6f4db0575', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:00 GMT', 'x-amzn-requestid': 'zd1HmqZIGc6AmKseFdIrEZb6C9gT8xe04n3GhgE3kWW3p2kYMnXq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171900Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171900Z
20251126/us-east-1/s3/aws4_request
8a99b1efdfd95b3e159ed79ad037da7752179e9aafb898367a14a0e02c2fca85
DEBUG    botocore.auth:auth.py:430 Signature:
21f4785d5de3ab12668294bccd1a64f54ba3149c7fa330414c12bfe279c2f1ed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171900Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21f4785d5de3ab12668294bccd1a64f54ba3149c7fa330414c12bfe279c2f1ed', 'amz-sdk-invocation-id': b'ec2bd266-6f12-44a3-8a88-54fd69611bfc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:00 GMT', 'x-amzn-requestid': '9H3aS4PG7Z2xouF4SJpNxBLTtaDVKigZmSA0FZ9Y0EbyZBHVbNH3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 326d1a7d-5c37-4b9c-9653-69eac500d583, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 326d1a7d-5c37-4b9c-9653-69eac500d583, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 326d1a7d-5c37-4b9c-9653-69eac500d583, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e548b3e-0cd3-404b-82ff-839c82b24793, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e548b3e-0cd3-404b-82ff-839c82b24793, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7e548b3e-0cd3-404b-82ff-839c82b24793, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171902Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171902Z
20251126/us-east-1/s3/aws4_request
ef5a46a6972fa0e36250973a61ae3fc1f02bebcb055118f5fd17b607eede111c
DEBUG    botocore.auth:auth.py:430 Signature:
a36dd05718448dc2189c9d4e064e2d37e0747f48c0e0f05827fda8598a3c833c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171902Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a36dd05718448dc2189c9d4e064e2d37e0747f48c0e0f05827fda8598a3c833c', 'amz-sdk-invocation-id': b'72a11f5e-6835-4f98-b3f1-d5a395c0bd0e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:02 GMT', 'x-amzn-requestid': 'Y44Bjh8kouQcnYEA1DxUajGXJhTRTyEMNPou4vGt0JIrHqwvv98D', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171902Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171902Z
20251126/us-east-1/s3/aws4_request
1c62544f395942c9fd79ca3289e155b2c59d97850adcafced0904880140cd0b4
DEBUG    botocore.auth:auth.py:430 Signature:
f97d273b12c71f11911eda02682d0ff95407338fc408906058a2d640c90fb5fa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171902Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f97d273b12c71f11911eda02682d0ff95407338fc408906058a2d640c90fb5fa', 'amz-sdk-invocation-id': b'f0c5783d-8e89-42fb-b695-dfba5f65f424', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:02 GMT', 'x-amzn-requestid': 'DXbfpSKMw3zOuGKfGNoCrzeEA86DM43ugKlN6x56waiJA47ED5KX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171902Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171902Z
20251126/us-east-1/s3/aws4_request
b5156e53eec4c94c8e8e997628864cac4c101aae0b27f1d77622c13f41144874
DEBUG    botocore.auth:auth.py:430 Signature:
b8748e8367c6c1e63a6414362b2961a077c506c57f010e7a8ecbb33983b50bfb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171902Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b8748e8367c6c1e63a6414362b2961a077c506c57f010e7a8ecbb33983b50bfb', 'amz-sdk-invocation-id': b'1b923e93-73b2-4cd9-8e33-232d7ba94982', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:02 GMT', 'x-amzn-requestid': '1kbg9LnMHRJT0nNZzy0kGu853hbrEa10rjhhhxd1f7RBuAczdtme', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1452408d-ca0c-4eaf-bfc7-2c8d068685e0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1452408d-ca0c-4eaf-bfc7-2c8d068685e0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1452408d-ca0c-4eaf-bfc7-2c8d068685e0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c530531c-61a3-4414-b340-55e83b478436, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c530531c-61a3-4414-b340-55e83b478436, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c530531c-61a3-4414-b340-55e83b478436, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171903Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171903Z
20251126/us-east-1/s3/aws4_request
15dcd126242e2ca2df436ab878925b7d572b600fd26ab2c1d6194486586e96ec
DEBUG    botocore.auth:auth.py:430 Signature:
349a1889b0c81add8beb7502d486b613f27879febbe5689cc2b3ba08eb639663
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171903Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=349a1889b0c81add8beb7502d486b613f27879febbe5689cc2b3ba08eb639663', 'amz-sdk-invocation-id': b'5ce729aa-10b0-414b-bb9c-21a72e6216b1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:03 GMT', 'x-amzn-requestid': 'lvfTli1ojRrGyXWGns9i8eidZ7nTSxgKgAtaBpJKyei1F3JnZxu6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171903Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171903Z
20251126/us-east-1/s3/aws4_request
672a874a090a85e1b0d2d7fc0851be9a8a78ec461f5623e3cb70af0c6fa2a050
DEBUG    botocore.auth:auth.py:430 Signature:
a5b240acf39ad89d3b01def35cdb38d915fd938bec9fa42febf6d9e15c0f52ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171903Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a5b240acf39ad89d3b01def35cdb38d915fd938bec9fa42febf6d9e15c0f52ce', 'amz-sdk-invocation-id': b'6b07cd3b-62ce-45c0-ac80-d204fa70aa90', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:03 GMT', 'x-amzn-requestid': '15tTNIMKVlJaWC7qlU9I8fwfF2FRlWM0AugwwrmjkQ6UphIkhvsJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171903Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171903Z
20251126/us-east-1/s3/aws4_request
555822dbd04f84de6eecfb89b3ee30179da1f9958daee99b39315c03fdd4cdf6
DEBUG    botocore.auth:auth.py:430 Signature:
01363bf38bd4b0431de354022d7eef5ccf785c11849f8ce1fe1ef1fbb29231e4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171903Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=01363bf38bd4b0431de354022d7eef5ccf785c11849f8ce1fe1ef1fbb29231e4', 'amz-sdk-invocation-id': b'6bc15fc0-aaa9-4a6f-88c6-9d18d0cb9401', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:03 GMT', 'x-amzn-requestid': 'rnu3K4GKQMtLnK1QMmdWGTw7Q8rxMsEoyaJF5LHYZlU3Bx1X3pVb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4fa6fc34-9d39-4ac3-aa3d-183f32324ff8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4fa6fc34-9d39-4ac3-aa3d-183f32324ff8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4fa6fc34-9d39-4ac3-aa3d-183f32324ff8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9f928d1a-dfed-4b34-947b-1136d95ba4ee, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9f928d1a-dfed-4b34-947b-1136d95ba4ee, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9f928d1a-dfed-4b34-947b-1136d95ba4ee, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171905Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171905Z
20251126/us-east-1/s3/aws4_request
fc35e89a715f604c71140f2162e75dc21d953704f4d12e59d93f7fd56af6bfb1
DEBUG    botocore.auth:auth.py:430 Signature:
416362aea03374158a285c5d15feb0059fcbb043bd2b667e89b68c7b11c98977
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171905Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=416362aea03374158a285c5d15feb0059fcbb043bd2b667e89b68c7b11c98977', 'amz-sdk-invocation-id': b'be4e2339-e438-495b-968c-d960d4a589f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:05 GMT', 'x-amzn-requestid': 'pBpv8sxBSHKmUGt29OmWXJisXorxUfVZJAqUmibxhPdDlk3fxYhV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171905Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171905Z
20251126/us-east-1/s3/aws4_request
9a42092fe7bf71f51cf372ca0cdcfc5243cae3dd2cef8d7be8893d487b844f4c
DEBUG    botocore.auth:auth.py:430 Signature:
b7139ae7e640f5d92ff40fbbbe1ec1d64e6a6e129dd25093d7c37118a618fc21
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171905Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b7139ae7e640f5d92ff40fbbbe1ec1d64e6a6e129dd25093d7c37118a618fc21', 'amz-sdk-invocation-id': b'66280f8b-22e1-4246-9ed5-255a43d4f646', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:05 GMT', 'x-amzn-requestid': 'gF0JzQSO7QLSt9LU7lHinuwkb1QNPTzfNd2gq3j5HGUhQvX2xF3i', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171905Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171905Z
20251126/us-east-1/s3/aws4_request
a8b7d6a6bc793d1d2e3092ad56ed146975247e07787ddb9d30a768366502cd22
DEBUG    botocore.auth:auth.py:430 Signature:
28ed8be33c40bf0b399de39608f23c3307368fe816971210c7781d5187eb7c31
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171905Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=28ed8be33c40bf0b399de39608f23c3307368fe816971210c7781d5187eb7c31', 'amz-sdk-invocation-id': b'fe66b98d-4c01-4427-9ba0-09a1979ff1fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:05 GMT', 'x-amzn-requestid': 'pv5YN7sjwmMmxJFK2XVqlnohdwqHQ6tG6I9DafEpuZ4XyHIp0PRX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5dd90340-fa7b-4ad9-a8b2-090f726294b7, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5dd90340-fa7b-4ad9-a8b2-090f726294b7, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5dd90340-fa7b-4ad9-a8b2-090f726294b7, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8f8da979-cfc0-49cd-b545-dbb2010d5307, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8f8da979-cfc0-49cd-b545-dbb2010d5307, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8f8da979-cfc0-49cd-b545-dbb2010d5307, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171906Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171906Z
20251126/us-east-1/s3/aws4_request
e57373f24be1ab15e84fb471ee33178b290090664bee41c41698da71c50d2fe4
DEBUG    botocore.auth:auth.py:430 Signature:
638654fe77a29e7db2759f3a4b8e3215e879566e812960edda876ee40cb3182a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171906Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=638654fe77a29e7db2759f3a4b8e3215e879566e812960edda876ee40cb3182a', 'amz-sdk-invocation-id': b'ba4f349e-b47a-4be4-9b67-fcdeb0ba805d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:06 GMT', 'x-amzn-requestid': '3LJ3xcnpj235G0Dc1JAi7yDnrORNLuvpizrfkb5PHyhqCCTUmZmS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171906Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171906Z
20251126/us-east-1/s3/aws4_request
8adcb642219f2416e473a1bbfd70eae534c4f85f7e4a734faeccfdd0d4f86f8b
DEBUG    botocore.auth:auth.py:430 Signature:
d7d1ca7813e09f4a0bac4fcce2e785a51b1b565fdf53fadf16e32d317e59a1e3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171906Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7d1ca7813e09f4a0bac4fcce2e785a51b1b565fdf53fadf16e32d317e59a1e3', 'amz-sdk-invocation-id': b'184ca0aa-068e-4132-8ddd-ca63b93b8fcc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:06 GMT', 'x-amzn-requestid': 'yLD3Bb9vEmi1UBQtvHeBnLOtMFCMOeNXNrlYfdtzLSnleH9wypZP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171906Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171906Z
20251126/us-east-1/s3/aws4_request
fb5a08371bd7515db72df5148f1901ad816858a45c964038578baf8bea5e5141
DEBUG    botocore.auth:auth.py:430 Signature:
ade82153871e455c699b646c26387db1cf51071bbc1062c1836e8704c4c2927c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171906Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ade82153871e455c699b646c26387db1cf51071bbc1062c1836e8704c4c2927c', 'amz-sdk-invocation-id': b'b67f8371-bc13-4260-9b81-d7e6caef59cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:06 GMT', 'x-amzn-requestid': 'Xn037Y4joOiMklbTZMlCxLF20Vd5M8IWz9QrVJu6W0wr2CwapRTg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 59e1602b-d5f0-48d6-b367-be29cb0ea17d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 59e1602b-d5f0-48d6-b367-be29cb0ea17d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 59e1602b-d5f0-48d6-b367-be29cb0ea17d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a59e78fc-fb24-4b5c-ac13-af81abff2684, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a59e78fc-fb24-4b5c-ac13-af81abff2684, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a59e78fc-fb24-4b5c-ac13-af81abff2684, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171907Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171907Z
20251126/us-east-1/s3/aws4_request
06e53654a2b4f381c7fe41e54b3c70aae6a634751a61080cad8a1801334122fa
DEBUG    botocore.auth:auth.py:430 Signature:
2f4ae55ca96a41ff6c3b356473c33ac66cfde5ff2e80cddea6d07389a3b4ef43
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171907Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2f4ae55ca96a41ff6c3b356473c33ac66cfde5ff2e80cddea6d07389a3b4ef43', 'amz-sdk-invocation-id': b'b6b47bf8-1d94-40f2-b47a-c7988e15e8e6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:07 GMT', 'x-amzn-requestid': 'Fsa61HWiks2Bo1rexQ7pOyDjK36EX4lY9TBOcQI9q2kN2WIEzgQF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171907Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171907Z
20251126/us-east-1/s3/aws4_request
065ecfaf858ab1d1ab3fd97b95389d0c051bc59a427389f056803b6be26190b4
DEBUG    botocore.auth:auth.py:430 Signature:
ea4748fe96d9da43f8cf47d9b2ced04dc770af175fcc2b0bacffe96a0f1bcd76
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171907Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea4748fe96d9da43f8cf47d9b2ced04dc770af175fcc2b0bacffe96a0f1bcd76', 'amz-sdk-invocation-id': b'1d948a93-655c-4ad3-81ac-174edb750c4b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:07 GMT', 'x-amzn-requestid': 'tnGRyJaiyVn6tgilg9wsiF0VjZ1eQ7wTX3tSLIx0tgu2cEj7n8sG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171907Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171907Z
20251126/us-east-1/s3/aws4_request
606b1e709ee8cad1170fbee8fe94c78e3807ca8d0932e5085bcc3057200592cc
DEBUG    botocore.auth:auth.py:430 Signature:
0f64a48ccd5c1f8a65fca5f2f7452d0722f89873ba48fcbba31fe9a85db07a0f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171907Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f64a48ccd5c1f8a65fca5f2f7452d0722f89873ba48fcbba31fe9a85db07a0f', 'amz-sdk-invocation-id': b'e02fba04-a5f2-499f-b3c2-d393b5eb56a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:07 GMT', 'x-amzn-requestid': 'KHCvOXxpm2CZDEqh924p3aCRYYNelmQVOpylvLt9OI2xycu7oDeB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c47dc655-8474-4ba1-a00b-d276347e5b4a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c47dc655-8474-4ba1-a00b-d276347e5b4a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c47dc655-8474-4ba1-a00b-d276347e5b4a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, da2a3ead-8b58-4f1b-9d9e-6d6c9f2582ed, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, da2a3ead-8b58-4f1b-9d9e-6d6c9f2582ed, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, da2a3ead-8b58-4f1b-9d9e-6d6c9f2582ed, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171909Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171909Z
20251126/us-east-1/s3/aws4_request
0052338de1bdaf1ffe4da0d9d61e768430d5bdd8cd97a799c0258832c04beb1e
DEBUG    botocore.auth:auth.py:430 Signature:
f78be953f054b74162a101b525a5b30b352cdc5e4571a6ccdafcabd1aaa18771
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171909Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f78be953f054b74162a101b525a5b30b352cdc5e4571a6ccdafcabd1aaa18771', 'amz-sdk-invocation-id': b'a0b9454a-ec15-44be-a260-e913ce137c80', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:09 GMT', 'x-amzn-requestid': 'zERyHaTb8059RyXUs9RV5o9NdD2jQvuALQRGHkuY8F9rudkYk5I6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171909Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171909Z
20251126/us-east-1/s3/aws4_request
ee193bd4cd3e7c22a98276df1628e260becf11c812817af3aab8fa696bd0d150
DEBUG    botocore.auth:auth.py:430 Signature:
d734a8553405f32cded868f71de5cc588b11d092ba12daad19d4cc839ff8b3a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171909Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d734a8553405f32cded868f71de5cc588b11d092ba12daad19d4cc839ff8b3a1', 'amz-sdk-invocation-id': b'9ef07faa-d00e-4dd9-aca0-edf3fe93ae14', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:09 GMT', 'x-amzn-requestid': 'qVoGT22kyKOQ6JzRdDOFNCKpgRidivW3A3Tt4j78L460mC4ZHy1w', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171909Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171909Z
20251126/us-east-1/s3/aws4_request
b933cf5ca4b383fcd348bf8510c85aaae7d8843e80c174349a23d425f339c051
DEBUG    botocore.auth:auth.py:430 Signature:
58b5c770f1cc6ff93eb6a100956d5d924c6a624efaa818e7c02fd404a683cf0b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171909Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=58b5c770f1cc6ff93eb6a100956d5d924c6a624efaa818e7c02fd404a683cf0b', 'amz-sdk-invocation-id': b'c42e8a81-f9dd-4d03-af76-bd2a231f9e0b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:09 GMT', 'x-amzn-requestid': 'ZweUKTEXgkq48LsA3gFsyvhxasnFJIREzljcF2VScyXKN6p0ELh2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3f298a56-9de4-47d5-8c04-eb922f8ac082, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3f298a56-9de4-47d5-8c04-eb922f8ac082, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3f298a56-9de4-47d5-8c04-eb922f8ac082, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7b4e15d8-866e-4520-b8cc-263c41063635, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7b4e15d8-866e-4520-b8cc-263c41063635, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7b4e15d8-866e-4520-b8cc-263c41063635, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171910Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171910Z
20251126/us-east-1/s3/aws4_request
8e3310a1e5d50adb3650536ca8fd00aa28fb2d3e0e8a067eb305fd7501fdc41e
DEBUG    botocore.auth:auth.py:430 Signature:
c605952c1a86de334b07b30142785b8d82999c82bfce4f7081b366afd2309cd8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171910Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c605952c1a86de334b07b30142785b8d82999c82bfce4f7081b366afd2309cd8', 'amz-sdk-invocation-id': b'3666bea1-bf9f-4f2d-be49-166e230dbd0c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:10 GMT', 'x-amzn-requestid': 'C9H5uSrOo9VFxYfS6VDIBQSCmTyv1X7aJ4db0MdES8BvDtEl0n6Q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171910Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171910Z
20251126/us-east-1/s3/aws4_request
91f5bb206dee0973277d73d6bf1a42e1d957065bb7a8f29b48218927498f601f
DEBUG    botocore.auth:auth.py:430 Signature:
b12d9a0ac34c23a8423fe56b788e4285c1eac5d02ec230c540dd9c88afabc1bd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171910Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b12d9a0ac34c23a8423fe56b788e4285c1eac5d02ec230c540dd9c88afabc1bd', 'amz-sdk-invocation-id': b'00b86102-a560-4b94-a86a-498187775210', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:10 GMT', 'x-amzn-requestid': 'H8PQWu5lwGiqp8DICn59FhvNOwoVKBdBJavDUt5HYj2aH4JmzNcc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171910Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171910Z
20251126/us-east-1/s3/aws4_request
b85975936854216458020079eb290616dd34f32c92b9becc35995a432c092ce6
DEBUG    botocore.auth:auth.py:430 Signature:
1416315bc72325c554b7ef663edac3f45e7df859e933877bc8c1613153c36af1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171910Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1416315bc72325c554b7ef663edac3f45e7df859e933877bc8c1613153c36af1', 'amz-sdk-invocation-id': b'9566099e-ef77-4a02-8403-35458a464b96', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:10 GMT', 'x-amzn-requestid': 'dZG7ZT5VXE1Gyg2rqiRbqqpxDUNxC7ewic3T3NIV759M0QqN14CX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ce33154b-1419-4964-b486-20aecc23f951, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ce33154b-1419-4964-b486-20aecc23f951, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ce33154b-1419-4964-b486-20aecc23f951, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b84b12be-9aae-4abb-93be-afa5fdb76972, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b84b12be-9aae-4abb-93be-afa5fdb76972, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b84b12be-9aae-4abb-93be-afa5fdb76972, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171911Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171911Z
20251126/us-east-1/s3/aws4_request
905da030279ecf243460bc21fb271763a134cdf0facb86a245a9125c1bf2aee5
DEBUG    botocore.auth:auth.py:430 Signature:
91ca37114279efb8bd19bc4b81886eee45de415aa121faab5fd8149c4c6b975f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171911Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=91ca37114279efb8bd19bc4b81886eee45de415aa121faab5fd8149c4c6b975f', 'amz-sdk-invocation-id': b'517b58a7-16ab-4132-a4df-3ebd32b236cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:11 GMT', 'x-amzn-requestid': 'R8Dpxhbkd0sC34793Nh6x2BrHmjd1kEOmD04Q2e3t4RpKgYFOR8i', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171911Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171911Z
20251126/us-east-1/s3/aws4_request
79381d57ff637ace5bdfad60fdbaefbb721fe508acfe50be72ecbd623c0e01bd
DEBUG    botocore.auth:auth.py:430 Signature:
a01643f05b3bc6ca240303bd709851bf180ea7ce1f5afd9fb7b81c3149da45ff
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171911Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a01643f05b3bc6ca240303bd709851bf180ea7ce1f5afd9fb7b81c3149da45ff', 'amz-sdk-invocation-id': b'acd0c142-ddca-4d93-944b-0b97589aa049', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:12 GMT', 'x-amzn-requestid': 'O2I1aB0N95z3eZZFccdd0nyaaFOyV7QskyJ0iEGpaK8yvQQAndBP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171912Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171912Z
20251126/us-east-1/s3/aws4_request
f2c870e39ea8b336cc742446f5a574d13ee965258e5f9e06b1a76cb16cf4f22a
DEBUG    botocore.auth:auth.py:430 Signature:
c9f3aa46f41b7ac9f0b249333d17fbbde6bf19064d5eee3291d196932b8e8e18
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171912Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9f3aa46f41b7ac9f0b249333d17fbbde6bf19064d5eee3291d196932b8e8e18', 'amz-sdk-invocation-id': b'caeb2a2a-5f48-48ed-b8c3-e873ac614093', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:12 GMT', 'x-amzn-requestid': 'ZyLi8TMjuk0lqw3I6LIb7mU2IvVKdAMViv1gHPoRm9NDt5m3KXiV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, afef7bdb-e1df-47af-9324-3ea51bdacc3c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, afef7bdb-e1df-47af-9324-3ea51bdacc3c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, afef7bdb-e1df-47af-9324-3ea51bdacc3c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ec90773b-e369-4690-9c2a-9943eea9c869, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ec90773b-e369-4690-9c2a-9943eea9c869, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ec90773b-e369-4690-9c2a-9943eea9c869, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171913Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171913Z
20251126/us-east-1/s3/aws4_request
aaaf775e351720893d1c9f1391f001383788b3e3711f9d69408889c6e70c7e92
DEBUG    botocore.auth:auth.py:430 Signature:
47106922e38f1d6d52e75d485c21d644b32957584f1e1eab3bfdbd1d52ee25c6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171913Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47106922e38f1d6d52e75d485c21d644b32957584f1e1eab3bfdbd1d52ee25c6', 'amz-sdk-invocation-id': b'1e92e154-6560-424c-9cc2-55d9c4601dcb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:13 GMT', 'x-amzn-requestid': 't4IbWFTKqNoiZLxrVmT9CommInmpnpipfwAQ9PBzVrbV8h2lfGpn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171913Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171913Z
20251126/us-east-1/s3/aws4_request
cc14c19ef3be57b64dd99c5f7a99070f8a6edae4059686c02a499c083ed45740
DEBUG    botocore.auth:auth.py:430 Signature:
ad72134c2c8129034448ac510704604106b9c491e1a0ad3787c28544ec67da1a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171913Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad72134c2c8129034448ac510704604106b9c491e1a0ad3787c28544ec67da1a', 'amz-sdk-invocation-id': b'2648ce4b-169e-40a6-91bb-491277e39081', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:13 GMT', 'x-amzn-requestid': 'COoZKYw3RhUI4QbC3dWXINsyguUpNYmBiQaBaK5iylwQosFVeaqn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171913Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171913Z
20251126/us-east-1/s3/aws4_request
60110133762b29896e85222045a7667bcc00aa16169f7a31eb8bdab6b2066cdf
DEBUG    botocore.auth:auth.py:430 Signature:
bdf5fd01cc1fad148e87ec79f3df48cfada8a870081c407ff3acee86c041f3d8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171913Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bdf5fd01cc1fad148e87ec79f3df48cfada8a870081c407ff3acee86c041f3d8', 'amz-sdk-invocation-id': b'623566b8-72e2-4346-a1a7-3fa171dbdf83', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:13 GMT', 'x-amzn-requestid': 'ls511HIy9VH2DINkFyb15ksecOyimEXgN5I9qtWah0ubkgclnWUZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3199dcc4-1e62-4435-9480-480ef3c6f23e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3199dcc4-1e62-4435-9480-480ef3c6f23e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3199dcc4-1e62-4435-9480-480ef3c6f23e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3bd2e107-e1f4-4c78-8188-30329988143d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3bd2e107-e1f4-4c78-8188-30329988143d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3bd2e107-e1f4-4c78-8188-30329988143d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171914Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171914Z
20251126/us-east-1/s3/aws4_request
22e8c03ca8a0c7a92ac6c630072e7a5d3e240db62ef218036655ba4454374b9f
DEBUG    botocore.auth:auth.py:430 Signature:
ab7c3f3e5b9a510242abb204792d6975ec22fc338d00dc38f3e131a5d1b7e2f7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171914Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ab7c3f3e5b9a510242abb204792d6975ec22fc338d00dc38f3e131a5d1b7e2f7', 'amz-sdk-invocation-id': b'7ed1e69a-076a-4360-a37a-ec48bc7d10f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:14 GMT', 'x-amzn-requestid': 'QPhLGnSheAMokmYb8U8kd4Y58nZtFrtexqecnujq2Ne99IgpFbJ7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171914Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171914Z
20251126/us-east-1/s3/aws4_request
75be3fa1dbc88ee14bb7b18576579c3c5921dc63dfcc9a37a555798ad526617c
DEBUG    botocore.auth:auth.py:430 Signature:
c73af475175f765faa85f50eabba58155701435f9e34d03f81f4ab9f15b4b361
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171914Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c73af475175f765faa85f50eabba58155701435f9e34d03f81f4ab9f15b4b361', 'amz-sdk-invocation-id': b'8c591071-665b-482e-bbf3-bb6a38b71585', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:14 GMT', 'x-amzn-requestid': 'jwqN6oW4OQrd4YavmZMOg7mPkuKIjwR37QjVXrDtRECCGnRsX6ER', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171914Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171914Z
20251126/us-east-1/s3/aws4_request
6a5e7ca315ae93716fa7a60079c0ec1c674ab9e90fd00f0b4a70e6069ae1e783
DEBUG    botocore.auth:auth.py:430 Signature:
fc6f3c6b3c1a75aef9934cb314f23e5131df6a87df563a8a9db13b7a8110b90e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171914Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fc6f3c6b3c1a75aef9934cb314f23e5131df6a87df563a8a9db13b7a8110b90e', 'amz-sdk-invocation-id': b'de469211-9aaf-45e1-80be-78527b499dff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:14 GMT', 'x-amzn-requestid': 'Ng4lABWimzlhGLyU9pNU4xgD4x7U2bKYMZr1S8EwAyb3w55VSrOs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 06047bbb-61a9-45a6-a74e-c6c55596a0ca, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 06047bbb-61a9-45a6-a74e-c6c55596a0ca, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 06047bbb-61a9-45a6-a74e-c6c55596a0ca, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5d39cfa6-5118-45b7-b260-01be8d6d227e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5d39cfa6-5118-45b7-b260-01be8d6d227e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5d39cfa6-5118-45b7-b260-01be8d6d227e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171916Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171916Z
20251126/us-east-1/s3/aws4_request
d60aac584beef094af5606db7ddd197480aef38e5aff2b139dc86d7e7db5b573
DEBUG    botocore.auth:auth.py:430 Signature:
15c09a7f6376f61fad951eaccf041accd26528c882ced19bb50a85f8c44c7679
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171916Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=15c09a7f6376f61fad951eaccf041accd26528c882ced19bb50a85f8c44c7679', 'amz-sdk-invocation-id': b'533a43c8-3168-489e-9b08-0590e4fca026', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:16 GMT', 'x-amzn-requestid': 'wHurfWC5mXPUWVOMYRTaQlxx3vZTvgU77jAiBsP4TguWo24VmRm8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171916Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171916Z
20251126/us-east-1/s3/aws4_request
13362b288e84c53f4b85e3eda2a0ce7c86378488b0407622c4a43dc47bdaf6e6
DEBUG    botocore.auth:auth.py:430 Signature:
eeb46edcb5df1b6038bf8e36e05a20b11b5255f39e2f72b9c22ff28a7f00a3ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171916Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eeb46edcb5df1b6038bf8e36e05a20b11b5255f39e2f72b9c22ff28a7f00a3ac', 'amz-sdk-invocation-id': b'529ccf6e-10db-4733-91b0-bf43d8492b48', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:16 GMT', 'x-amzn-requestid': 'UCN94SBWhet1qCz4eyEcURjAiNl2teCWy64FDfWlJfgqWo6jluWk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171916Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171916Z
20251126/us-east-1/s3/aws4_request
bb66234b16f7a1a7c60df9cb3badea51b8f2a960f070fb129ffbd80fc0619b19
DEBUG    botocore.auth:auth.py:430 Signature:
6ddd88ee60f574edf4b2b157632446ba20c8ac3c2c5e657d6229b90fd8720b2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171916Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6ddd88ee60f574edf4b2b157632446ba20c8ac3c2c5e657d6229b90fd8720b2e', 'amz-sdk-invocation-id': b'9bdbe21f-f1f5-481a-a5b7-2aa0ee30571d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:16 GMT', 'x-amzn-requestid': 'VLf3EpHD231B53PnYGl58YKmNQTMFayqcNkO6w6yaUUn3ZEYzfeL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ce8465db-4aac-48b7-bd88-dbb4e7d447fe, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ce8465db-4aac-48b7-bd88-dbb4e7d447fe, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ce8465db-4aac-48b7-bd88-dbb4e7d447fe, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cc78f113-befe-4c8d-aa36-88971461926a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cc78f113-befe-4c8d-aa36-88971461926a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cc78f113-befe-4c8d-aa36-88971461926a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171917Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171917Z
20251126/us-east-1/s3/aws4_request
eb34f9b5b94ce14ccada69fc1ed8204d7c37661f61f8f5daaac71cbe71e28265
DEBUG    botocore.auth:auth.py:430 Signature:
051f2814c0ca0adfbd3064c2d0666b6af52b81c82c1cb0fd933b0901d1f89cb3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171917Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=051f2814c0ca0adfbd3064c2d0666b6af52b81c82c1cb0fd933b0901d1f89cb3', 'amz-sdk-invocation-id': b'cc848b9f-6fe5-46fd-9b13-2c1625547a8b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:17 GMT', 'x-amzn-requestid': 'NfMAZizNh1icVRZqczSZhsJZsaFjujuqTGtsoukWZPm75HnM1Wse', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171917Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171917Z
20251126/us-east-1/s3/aws4_request
b82b3013cf0e7bddd43db03e6e325fb7e731ef8a61115d426f0efb25f84a80d2
DEBUG    botocore.auth:auth.py:430 Signature:
185762bfd43cbf7ffaeac87e9a05d8ce4fb15b388bacf5042f6ce3f5380f053e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171917Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=185762bfd43cbf7ffaeac87e9a05d8ce4fb15b388bacf5042f6ce3f5380f053e', 'amz-sdk-invocation-id': b'e133f8fb-19e3-44ce-8117-7ce3cb0880e5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:17 GMT', 'x-amzn-requestid': 'jJ4Rv3JwhEnNiOI1MLsBjmkMLvhJ2OQfdcQVu4RK9Dzf8dlz8j1n', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171917Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171917Z
20251126/us-east-1/s3/aws4_request
5674a944634bb52a0af2a1d43bc0cf7973b7fdd1704228363fa33054aeae60b4
DEBUG    botocore.auth:auth.py:430 Signature:
17032d1b638af0c6fbd6c148cf2151cf426bea43caf0e29dbed2b4fe45e63c54
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171917Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17032d1b638af0c6fbd6c148cf2151cf426bea43caf0e29dbed2b4fe45e63c54', 'amz-sdk-invocation-id': b'00833982-7ee0-48a4-8b72-dc8ef0ab4c43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:17 GMT', 'x-amzn-requestid': 'IrAOGFVXy1CsLHBUo6oFNhU2Gr0VIr0ybDb0dX4fohZ32GWvRBXs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 37071563-eba5-4179-9251-ff8004ba24de, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 37071563-eba5-4179-9251-ff8004ba24de, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 37071563-eba5-4179-9251-ff8004ba24de, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ecf8c60f-6ce9-451d-bf85-2581e396d2f1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ecf8c60f-6ce9-451d-bf85-2581e396d2f1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ecf8c60f-6ce9-451d-bf85-2581e396d2f1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171918Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171918Z
20251126/us-east-1/s3/aws4_request
a6869411e5b2de7cbcb0f4dff21bf3f6e909b5f6a3ea078c3f9b91fbd4b10142
DEBUG    botocore.auth:auth.py:430 Signature:
d8d33600de77527a3100e54bea5a2b3203f552e072627cafd7121c89bd76c8b2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171918Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d8d33600de77527a3100e54bea5a2b3203f552e072627cafd7121c89bd76c8b2', 'amz-sdk-invocation-id': b'564cadb4-e6b0-4e63-ae93-3cb65bc903e6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:18 GMT', 'x-amzn-requestid': 'IQdiDIA0EmYVTiF5nmz8tIHmLFooiAgI7hlDG9uBz1OaBK09pVQC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171918Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171918Z
20251126/us-east-1/s3/aws4_request
919c3edf384def509aa89da52ad2a098e5ffe600886686d1d4b9b7153c06034a
DEBUG    botocore.auth:auth.py:430 Signature:
48ef832e53b34a39ca27ac68eecce485de8fa583bed6c1bf9abe4ef6d885903f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171918Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=48ef832e53b34a39ca27ac68eecce485de8fa583bed6c1bf9abe4ef6d885903f', 'amz-sdk-invocation-id': b'ed989634-c8d4-4700-9fab-489456996c6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:18 GMT', 'x-amzn-requestid': 'TkBUoG3BMZdULmcuM7upSiXCr8HIp9oxHeVjNT3s8WdfiUABs7h8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171918Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171918Z
20251126/us-east-1/s3/aws4_request
0505c73fa45c27c74df387700d956ad6696a7352cbd2187c386b982984f94d5e
DEBUG    botocore.auth:auth.py:430 Signature:
73f5a74c26a32b824ec15809cf299de68172be47107463aa88eb51cfa560233b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171918Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=73f5a74c26a32b824ec15809cf299de68172be47107463aa88eb51cfa560233b', 'amz-sdk-invocation-id': b'0a7c9f9f-3c03-43d2-9a8a-ba81b80b5694', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:18 GMT', 'x-amzn-requestid': 'F0Ugqd3ZkwUuv3xgnqwaRshQI3J7k1INCXUCAccDZnw0o5r28CQo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fe1bb710-ef5b-438d-a46b-ea6012d70250, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fe1bb710-ef5b-438d-a46b-ea6012d70250, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fe1bb710-ef5b-438d-a46b-ea6012d70250, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5df4b05-95a2-41e9-a781-4b8d42ba51f9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5df4b05-95a2-41e9-a781-4b8d42ba51f9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5df4b05-95a2-41e9-a781-4b8d42ba51f9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171920Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171920Z
20251126/us-east-1/s3/aws4_request
58f60174f9cac6b40aaa362994db601543cbdd72ca0e2cec2d6b3f77f0d848fd
DEBUG    botocore.auth:auth.py:430 Signature:
2da3db47b1a6d58fc5c76442d7b30d4bed0335bf93f94c54ba502c656bf5a830
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171920Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2da3db47b1a6d58fc5c76442d7b30d4bed0335bf93f94c54ba502c656bf5a830', 'amz-sdk-invocation-id': b'6f9bbec3-6025-428b-be76-a4c6f34cd12d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:20 GMT', 'x-amzn-requestid': 'z368wp4iiYPNlsENkyBoaarJK6rmeHTApIfahu6KVXGxITxfa0dp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171920Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171920Z
20251126/us-east-1/s3/aws4_request
bf81ebb58e2caa1fa2ab71dfb15f2df854e67bc68c1d536ca4711042c8c29ef6
DEBUG    botocore.auth:auth.py:430 Signature:
cceb2ac943bb57c0abc9f031d1ef4fe778b50febe3a89cb9f79f6d25aca8f663
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171920Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cceb2ac943bb57c0abc9f031d1ef4fe778b50febe3a89cb9f79f6d25aca8f663', 'amz-sdk-invocation-id': b'e7d0dc27-fe39-421d-9043-4c43d49152bd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:20 GMT', 'x-amzn-requestid': 'YSjOX9vurrW02Z4GSqtBwVm2d9I3MFah6IHeP8HUHMAnVsUNXa2H', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171920Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171920Z
20251126/us-east-1/s3/aws4_request
dc1d5e0680425d0d7cc26f6f47774dc4973f62f6762f50799976ab90390b1f46
DEBUG    botocore.auth:auth.py:430 Signature:
4becb23641b96023bbfe41388a79cf39773577fa955db30dc17812574399c78d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171920Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4becb23641b96023bbfe41388a79cf39773577fa955db30dc17812574399c78d', 'amz-sdk-invocation-id': b'eebe7476-da44-4210-b9f5-73ceb9a45fe7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:20 GMT', 'x-amzn-requestid': 'FSMbL0ue8mFiURoJ6c8CvgnDC1nyeiueVuy8TymHXiwYHr2GDd9D', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f459225-5133-46c4-b436-7b99d47bb642, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f459225-5133-46c4-b436-7b99d47bb642, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4f459225-5133-46c4-b436-7b99d47bb642, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f4284eb5-be9b-4b2a-9390-9bba080d8503, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f4284eb5-be9b-4b2a-9390-9bba080d8503, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f4284eb5-be9b-4b2a-9390-9bba080d8503, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171921Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171921Z
20251126/us-east-1/s3/aws4_request
04e7cb08cdaef356258a743010894abe77fdcc1445707175d28eb6afe97b981a
DEBUG    botocore.auth:auth.py:430 Signature:
9785e040b380cfb35b16ef22493ece8216a0f9ce422771bb33912c24bb43f48d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171921Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9785e040b380cfb35b16ef22493ece8216a0f9ce422771bb33912c24bb43f48d', 'amz-sdk-invocation-id': b'a79f61e6-9135-44e1-a5a0-c747d55b55d3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:21 GMT', 'x-amzn-requestid': 'tkY2nCc0nEMxUYnvF4h3BCvYAwsdYAUBOyY81YqIs8rxe0vEiZuw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171921Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171921Z
20251126/us-east-1/s3/aws4_request
2ec89088777d27dbc475ad1bf863d6bfd1e86bc535cec4c3fe4450ca395bdf90
DEBUG    botocore.auth:auth.py:430 Signature:
a248daa93ebb927a986010567a89bfa1d8228c4cdf090b3890ad39a2753a3a1f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171921Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a248daa93ebb927a986010567a89bfa1d8228c4cdf090b3890ad39a2753a3a1f', 'amz-sdk-invocation-id': b'9c68d259-e103-4fff-ac11-f04f51ac69e5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:21 GMT', 'x-amzn-requestid': 'WLYmUeSHtmkQBRLw1Y1gQd4qPsB2yNdmyHYZqQEvKCyfo8ngkD3g', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171921Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171921Z
20251126/us-east-1/s3/aws4_request
4c41be81fbf31432ab9aee65e8a9988e1692a4fb472f4b556d4e61de27dea526
DEBUG    botocore.auth:auth.py:430 Signature:
8f8ef2e0d5afd72826441993b330ceaee6308be49350333f12f13c63a5b202f2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171921Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f8ef2e0d5afd72826441993b330ceaee6308be49350333f12f13c63a5b202f2', 'amz-sdk-invocation-id': b'57ab3ec0-8ef5-4d8d-977f-f5373cd7f1cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:21 GMT', 'x-amzn-requestid': '4g2267HOSI6EG3NQyDtQb9ulL2yn8FeQDpcv6VWC9Fi2NqpafJWm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ae419596-a486-4bc4-9c29-6acd70d99a75, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ae419596-a486-4bc4-9c29-6acd70d99a75, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ae419596-a486-4bc4-9c29-6acd70d99a75, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 75ed27a5-98b0-484d-9616-eedb2e90aa73, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 75ed27a5-98b0-484d-9616-eedb2e90aa73, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 75ed27a5-98b0-484d-9616-eedb2e90aa73, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171923Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171923Z
20251126/us-east-1/s3/aws4_request
d1000a76a9345f7183d0a2fd9c289b572802a9b60230155134e30b0e41e3e6d4
DEBUG    botocore.auth:auth.py:430 Signature:
eb2d5dd6e7e03375bfb76740a0dfa8351af953f656c78b68a69141c850e5c979
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171923Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb2d5dd6e7e03375bfb76740a0dfa8351af953f656c78b68a69141c850e5c979', 'amz-sdk-invocation-id': b'7035296d-21b3-43f6-9753-b0511f968d39', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:23 GMT', 'x-amzn-requestid': 'ZqphLQAvRh3RwjELgdskYnttjkPC8dDVTsIc2yscunfTxgl9a9hl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171923Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171923Z
20251126/us-east-1/s3/aws4_request
fa10a3f1e63d1313aceb9a06a4615bf0d829d80d16898b293dd97884a377950f
DEBUG    botocore.auth:auth.py:430 Signature:
7d3deccee4edf213ec44b20ade19a2b453202d18ba48edb360473012f123cb57
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171923Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d3deccee4edf213ec44b20ade19a2b453202d18ba48edb360473012f123cb57', 'amz-sdk-invocation-id': b'65a68819-687d-43e5-b28e-74e270e6acfb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:23 GMT', 'x-amzn-requestid': 'YPRKhfquJHtPTzcHdAssU2JNhkv0R2K5aCDifHBW3ujTH7k5Tlng', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171923Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171923Z
20251126/us-east-1/s3/aws4_request
e229649ec27b01c3a179098fbd13e94fa532aacfc2b9c297ced591cf5e8ea04b
DEBUG    botocore.auth:auth.py:430 Signature:
d0070fb6cfe4088ba3a8f88ee41e6fde42bbd5eda6a676f0656b7df4afb5808c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171923Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d0070fb6cfe4088ba3a8f88ee41e6fde42bbd5eda6a676f0656b7df4afb5808c', 'amz-sdk-invocation-id': b'56965cd3-4bae-4c3c-967e-4a22a6926eaa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:23 GMT', 'x-amzn-requestid': 'xbRCgnPJ9rch8aP0Uvwb9reGuqpwWvbxVwaS3CmJ3ldK8IYPRRgo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 82e7146a-79d3-4e15-8dac-4641ed413a32, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 82e7146a-79d3-4e15-8dac-4641ed413a32, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 82e7146a-79d3-4e15-8dac-4641ed413a32, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7b6eadd1-c139-46f8-bd5d-49b6a8a333b3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7b6eadd1-c139-46f8-bd5d-49b6a8a333b3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7b6eadd1-c139-46f8-bd5d-49b6a8a333b3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171924Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171924Z
20251126/us-east-1/s3/aws4_request
bcbc629dd6aa09838081eadb859281f3f03f8c2598df1c16339476027ec740a4
DEBUG    botocore.auth:auth.py:430 Signature:
2f199ca5e44ee83d11151a08a68b573ac3ac3659973f9feaacfb206f29b0825c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171924Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2f199ca5e44ee83d11151a08a68b573ac3ac3659973f9feaacfb206f29b0825c', 'amz-sdk-invocation-id': b'bed687da-ca99-4ec2-87d3-7876d22b9ba2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:24 GMT', 'x-amzn-requestid': '1GC5f1MgPRyiNEtqhen3jE3bWmYUUd1PSfxftEVHBpZ8hNwa2bQc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171924Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171924Z
20251126/us-east-1/s3/aws4_request
347334ba19aae0c1ceacbb6a9077391af078d0dc07da8e691bf69751d665380e
DEBUG    botocore.auth:auth.py:430 Signature:
06ffd2a9406c0adce89bf024c6ac8f3c7a9a8f188331935fad66750032c24502
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171924Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=06ffd2a9406c0adce89bf024c6ac8f3c7a9a8f188331935fad66750032c24502', 'amz-sdk-invocation-id': b'af31cd56-c310-4eaf-a59c-846e87544836', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:24 GMT', 'x-amzn-requestid': 'R8KIyOOjNesvm7cZkDVuS7e41GfByqyEYjxRptbBiICcdzMgDSdd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171924Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171924Z
20251126/us-east-1/s3/aws4_request
637f5ebcb80a3927a8bbdfc9e42bdaa04490a68e4a239a6c542139b601e421ac
DEBUG    botocore.auth:auth.py:430 Signature:
74a3b3dc5f0184267fa297b7a489739c4906dc2edcd8175ca2e5a9df4e47f8bc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171924Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=74a3b3dc5f0184267fa297b7a489739c4906dc2edcd8175ca2e5a9df4e47f8bc', 'amz-sdk-invocation-id': b'b5fed18d-b92a-481a-8e79-237fdd6cb7b4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:24 GMT', 'x-amzn-requestid': 'tFvpFwei2tMWT2XiJsLd8VdHxfvVUA42AVdexlsmDuNHqH0vEpat', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 52384717-07bc-4455-9ace-c07670beb7c4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 52384717-07bc-4455-9ace-c07670beb7c4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 52384717-07bc-4455-9ace-c07670beb7c4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 579d1d7c-0245-4447-84b8-e936033433c6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 579d1d7c-0245-4447-84b8-e936033433c6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 579d1d7c-0245-4447-84b8-e936033433c6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171925Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171925Z
20251126/us-east-1/s3/aws4_request
5104ecdf953fec176c66440fa534147744b1989b292b0dd023a6662a8bf39844
DEBUG    botocore.auth:auth.py:430 Signature:
ee6c312eb6618ffd7d059e7dc35b71bd4dc1cb5c5c03ec1d21b6b57bce722d0f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171925Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee6c312eb6618ffd7d059e7dc35b71bd4dc1cb5c5c03ec1d21b6b57bce722d0f', 'amz-sdk-invocation-id': b'2f25f240-769f-4f8a-80a2-9bea36ad2920', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:25 GMT', 'x-amzn-requestid': '3tWNBwkyYyb4ovL9dyDjVt5euaTXXFbw7uZ8BmULfWzb5vftZ2To', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171925Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171925Z
20251126/us-east-1/s3/aws4_request
e2706accd968cda9b7704cb6ba2af617a206282c061a67154db1b9586af99a8d
DEBUG    botocore.auth:auth.py:430 Signature:
e0ab4a6ef4bf29ac0483741c99298cf754df959ef43f5e715252315fbcb44e52
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171925Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e0ab4a6ef4bf29ac0483741c99298cf754df959ef43f5e715252315fbcb44e52', 'amz-sdk-invocation-id': b'dd4302c9-4907-44d7-8f26-db28293601fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:25 GMT', 'x-amzn-requestid': 'Hi1kCSQOVB2r2aKQM9teFRKDcBmMgS1rLVEK4E3m7QfgWY3u7O1b', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171925Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171925Z
20251126/us-east-1/s3/aws4_request
1e88909702511d8777da6298bf8dfb953664b6c53a425ae5f1c1657fb121dc17
DEBUG    botocore.auth:auth.py:430 Signature:
47ddeae26e8930b9fe72cfaf78a5de189b94052dec91e966c9e033d027d08ba0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171925Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47ddeae26e8930b9fe72cfaf78a5de189b94052dec91e966c9e033d027d08ba0', 'amz-sdk-invocation-id': b'42da915d-7abf-4973-9ab2-f3e514020bf4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:25 GMT', 'x-amzn-requestid': '2G0jwW7wAwM9CKfniVBuSnJjIaw8Czf3IVK2bpvqb1tTOGXoKHz7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1a7252cc-86bf-415a-94e0-495e4db7eb25, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1a7252cc-86bf-415a-94e0-495e4db7eb25, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1a7252cc-86bf-415a-94e0-495e4db7eb25, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa96b429-5fb3-4491-97d9-be1d1e544c87, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa96b429-5fb3-4491-97d9-be1d1e544c87, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aa96b429-5fb3-4491-97d9-be1d1e544c87, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171927Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171927Z
20251126/us-east-1/s3/aws4_request
9fba535e85815a89f0e5728299b8c7c2a256e4cf58511576ad32782b4e111338
DEBUG    botocore.auth:auth.py:430 Signature:
61c9ec52dc5b19d6323ac58e6e5e431736dcb95dc661da360d31bb76e3a3264a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171927Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=61c9ec52dc5b19d6323ac58e6e5e431736dcb95dc661da360d31bb76e3a3264a', 'amz-sdk-invocation-id': b'895da7e4-8187-4584-b2d1-38d01ba719ad', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:27 GMT', 'x-amzn-requestid': 'DYG0iU0ytkKyeBhvoP5ZL8kykcmzjneYTiNepz02pGGhL3uB7rjg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171927Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171927Z
20251126/us-east-1/s3/aws4_request
feb59eea411a62eac57b620efab2f6c28b83c0f6e8216095cbc62acaf574ae32
DEBUG    botocore.auth:auth.py:430 Signature:
93e3d1741ebc19e7ea296c4b8bef866b86568c720eb21696f8bd782906a22344
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171927Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=93e3d1741ebc19e7ea296c4b8bef866b86568c720eb21696f8bd782906a22344', 'amz-sdk-invocation-id': b'04d8653f-5b64-4fff-8f54-37ec6deee2d5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:27 GMT', 'x-amzn-requestid': '6zDvyPqd0807NayV1Vmm6iY1gRUjJd5HQGPza8VSsB4E2DpMpIKw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171927Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171927Z
20251126/us-east-1/s3/aws4_request
f100064ddb948c5127f03c0036b64903f4174fcbde85d856fb8cb3f69c86e4e3
DEBUG    botocore.auth:auth.py:430 Signature:
214e0e707f7ff65b4bac6f47e7e78da3b1cdd065b240fd2340d5998af4c0ad2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171927Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=214e0e707f7ff65b4bac6f47e7e78da3b1cdd065b240fd2340d5998af4c0ad2b', 'amz-sdk-invocation-id': b'e5fc57f0-53b5-488f-b34c-ad056c42399a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:27 GMT', 'x-amzn-requestid': 'cGXXYHO8UCCBc8XcjOj4YmsVqUZ4DNFqJiFJET3SdRWMd7T4EdpR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ae8b6fcb-eacb-4c88-b32d-5d1c29cc49a1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ae8b6fcb-eacb-4c88-b32d-5d1c29cc49a1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ae8b6fcb-eacb-4c88-b32d-5d1c29cc49a1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bd044fd4-fd58-4fb0-811b-4946984a852b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bd044fd4-fd58-4fb0-811b-4946984a852b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bd044fd4-fd58-4fb0-811b-4946984a852b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 982f64f7-bee4-444b-b7a4-dd935ff05689, localhost:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 982f64f7-bee4-444b-b7a4-dd935ff05689, localhost:11655): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 982f64f7-bee4-444b-b7a4-dd935ff05689, localhost:11655): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-etizk2qaui.auto.internal" port: 11655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-etizk2qaui.auto.internal:11655, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11655
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171928Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171928Z
20251126/us-east-1/s3/aws4_request
80568c39701b4cacc89b2cc873b99b2155428673c7707e469fe0dafc63e1043a
DEBUG    botocore.auth:auth.py:430 Signature:
032384753f8285c2ec9351e4120ba66f441b753bc9f6081bd291902f8af1e7b5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171928Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=032384753f8285c2ec9351e4120ba66f441b753bc9f6081bd291902f8af1e7b5', 'amz-sdk-invocation-id': b'057ac343-f45a-418e-a4cc-789716159d75', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:28 GMT', 'x-amzn-requestid': '5JMBOasaRh5aFtRLbbVLzBGy6tsOkLEznha15CDN0lJF42jvWOV3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171928Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171928Z
20251126/us-east-1/s3/aws4_request
ab12bb04df9f3cfe925feb929956d1e8b478c3c176b2f0bbe4bf17570d7b70d7
DEBUG    botocore.auth:auth.py:430 Signature:
a03b21440e578b23d520111219d7bbbffac70df8db494b0bfaa618a57cdb1b86
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171928Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a03b21440e578b23d520111219d7bbbffac70df8db494b0bfaa618a57cdb1b86', 'amz-sdk-invocation-id': b'527e16e5-4c3b-4874-b8cc-b3f157fec641', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:28 GMT', 'x-amzn-requestid': 'IS3raTVxJOhSUOc7SPNlPAPyazarGbwfiMvMjnz4Yew9qOj7Jnjw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171928Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171928Z
20251126/us-east-1/s3/aws4_request
a5eddcecf181e0d6fc6e8c9e5650c2c30f1423cc142a769952e0ddca386128dc
DEBUG    botocore.auth:auth.py:430 Signature:
23984846dcc8310204451ec32dac354242f0f7409885219bdd456b74fe40ab84
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171928Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23984846dcc8310204451ec32dac354242f0f7409885219bdd456b74fe40ab84', 'amz-sdk-invocation-id': b'df7669d3-e200-4482-a3e9-ec1476bfc0b5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:28 GMT', 'x-amzn-requestid': '1y31xPRJbeT6MAIW5WSrswoJGM5PA6H6vILTF7ofwu1cKEZj8ZLO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d091db37-94db-4265-9b36-94db390c6eac, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d091db37-94db-4265-9b36-94db390c6eac, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d091db37-94db-4265-9b36-94db390c6eac, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7ceae3a1-e608-49a2-bed7-768251070f48, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7ceae3a1-e608-49a2-bed7-768251070f48, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7ceae3a1-e608-49a2-bed7-768251070f48, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171929Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171929Z
20251126/us-east-1/s3/aws4_request
12c858d51067f8a4ac1e1cc6086101090df8da352033394cdb76dc38ad04d14d
DEBUG    botocore.auth:auth.py:430 Signature:
9d39cf586001064fbf0f9db46795a7a78a608ea8fe26bc18f410fed43ba625df
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171929Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9d39cf586001064fbf0f9db46795a7a78a608ea8fe26bc18f410fed43ba625df', 'amz-sdk-invocation-id': b'2fa86a0b-0a5c-4f6b-b1f4-aaefef68b6cf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:29 GMT', 'x-amzn-requestid': 'fk5xEgo0jYN7BVoDQzBjEI0dpERr7Wv8t14NnFRUTVisnlLRCpUC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171930Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171930Z
20251126/us-east-1/s3/aws4_request
85687c32f4bf6d2aa8af46888d3e71c6f71f5302009eb2fac9478fa54329c4ed
DEBUG    botocore.auth:auth.py:430 Signature:
2394263fdf4e21bb00cccd8345d5aa048fdd539b2c9de59e3a9a5fb3722aadb5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171930Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2394263fdf4e21bb00cccd8345d5aa048fdd539b2c9de59e3a9a5fb3722aadb5', 'amz-sdk-invocation-id': b'6587eabc-0fbf-4f11-b976-b2f11f4b8e6d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:30 GMT', 'x-amzn-requestid': 'X4MNellwFddeX1xBxIMfiKL7iQxvBGAIXJXhSsmyzhhVbxrbFHKu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171930Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171930Z
20251126/us-east-1/s3/aws4_request
5440a4329026305a76bc8791491f606893994e81064520a93b6763d4bc9ccba6
DEBUG    botocore.auth:auth.py:430 Signature:
b76bb60b4425794a9be84fcb40b14e7faf263b5a7ed932e1b160327b45ae70c7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171930Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b76bb60b4425794a9be84fcb40b14e7faf263b5a7ed932e1b160327b45ae70c7', 'amz-sdk-invocation-id': b'76f7f8db-4449-49ed-972b-ee946edf631d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:30 GMT', 'x-amzn-requestid': 'PL3X8TC57K6kTejxMRCSA4aahwYFCMJCbpChLoEqVeCW6vJZagKz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f75b0d03-9d44-4463-9414-a3c5a6c0ca0d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f75b0d03-9d44-4463-9414-a3c5a6c0ca0d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f75b0d03-9d44-4463-9414-a3c5a6c0ca0d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d5ef77fe-7017-47ec-bd02-196d647f7cce, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d5ef77fe-7017-47ec-bd02-196d647f7cce, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d5ef77fe-7017-47ec-bd02-196d647f7cce, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171931Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171931Z
20251126/us-east-1/s3/aws4_request
bea0e66f980f597d8b9bb8aa2e59343ab760395b8974cfe73159b26c57dd5ca2
DEBUG    botocore.auth:auth.py:430 Signature:
a325344c4bc91951bf7f8a927b9f9feee90400d88527f3a3d3741650d9c3185d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171931Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a325344c4bc91951bf7f8a927b9f9feee90400d88527f3a3d3741650d9c3185d', 'amz-sdk-invocation-id': b'154c6d2b-41d0-4727-87c3-acd4dd80e198', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:31 GMT', 'x-amzn-requestid': 'JR3RyjXbMoZmB6wItHV2X5dlQzLpII9m0E85wpACGpkFjhsJZfYX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171931Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171931Z
20251126/us-east-1/s3/aws4_request
227f54396aca49b9767b709803498bf40406ec72d9f9a71b551031f507c9d4d2
DEBUG    botocore.auth:auth.py:430 Signature:
f9954804c7d6657cad10014755674f17a6a87bfd2a3c875f584e60e7ce14a59e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171931Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f9954804c7d6657cad10014755674f17a6a87bfd2a3c875f584e60e7ce14a59e', 'amz-sdk-invocation-id': b'c521e33d-2424-406c-8168-a00ce9a1e956', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:31 GMT', 'x-amzn-requestid': 'l4vLX3d6kRvCG3uFKSM6BCBwU75oJXqS1lRowikMJ74139nYqHJm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171931Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171931Z
20251126/us-east-1/s3/aws4_request
6fdcfb729cf005eb43bcca5ceb6d66fee47cf6425b4d5690a4664e867479f548
DEBUG    botocore.auth:auth.py:430 Signature:
af7059613ea3c7d9738541b6e6f0f285c4b82c5c7e3b8b405d8f5659f3e75f15
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171931Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=af7059613ea3c7d9738541b6e6f0f285c4b82c5c7e3b8b405d8f5659f3e75f15', 'amz-sdk-invocation-id': b'6de7c236-bc82-49c3-be1a-15040607a81b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:31 GMT', 'x-amzn-requestid': 'D3J7ZeFX3FwZF3a1IckeDAgTo9QSs0z7U2nAcgC0dPLcX1cm5KwN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 574a8447-5dc5-47b7-9b70-c330cce813df, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 574a8447-5dc5-47b7-9b70-c330cce813df, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 574a8447-5dc5-47b7-9b70-c330cce813df, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b2fc74c2-87d4-4319-b53c-c00018c4af51, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b2fc74c2-87d4-4319-b53c-c00018c4af51, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b2fc74c2-87d4-4319-b53c-c00018c4af51, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171932Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171932Z
20251126/us-east-1/s3/aws4_request
52e5b4d6ca7178ead18497643393ba828e79e5a75db862d0e6c41cb63b620df1
DEBUG    botocore.auth:auth.py:430 Signature:
a9cf494139ce1675fd108b0995e7b86b26e7761147707d3048c94c88b990604b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171932Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a9cf494139ce1675fd108b0995e7b86b26e7761147707d3048c94c88b990604b', 'amz-sdk-invocation-id': b'94a95dbc-5014-4901-8b2a-f61967b1db12', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:32 GMT', 'x-amzn-requestid': 'NERK2gqGoLonV5rgefAzElDzVxJFiPHYf7o87pjQmJQEY44SL3Vm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171932Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171932Z
20251126/us-east-1/s3/aws4_request
7f7fa535ee9fc9de763a64dd1faa6656b203ccc28c5704ef38a38f346ecae028
DEBUG    botocore.auth:auth.py:430 Signature:
7879414f23ba4143a95ab600e04f0c2a133c9a7794df6ae3f0fde0847fd9592e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171932Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7879414f23ba4143a95ab600e04f0c2a133c9a7794df6ae3f0fde0847fd9592e', 'amz-sdk-invocation-id': b'89008ba1-8976-4952-9e6f-468632f321ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:32 GMT', 'x-amzn-requestid': 'oelGe7DzamxhNnjocuri4oA3yYjnyCQ6ZWHZhBfQUOOh32WQAPf6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171932Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171932Z
20251126/us-east-1/s3/aws4_request
47b6c6e5caabb1196a34551a538b77c368e733ec38ecce5feaa8496b1e9c14dd
DEBUG    botocore.auth:auth.py:430 Signature:
59a7fb47358b0a9434ce03e3cb0b7a57d513bca0e17a3e215c1f4c054686dcda
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171932Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=59a7fb47358b0a9434ce03e3cb0b7a57d513bca0e17a3e215c1f4c054686dcda', 'amz-sdk-invocation-id': b'14b2330f-db94-455e-8bb9-01e79df4ad77', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:32 GMT', 'x-amzn-requestid': '6XgqkqSnIyZ6ZWZZ83qzideQdo3FHc9wDYqN0lr4Diw9SthwumlW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dc95b409-2eff-4e45-9eef-e83698fad3b1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dc95b409-2eff-4e45-9eef-e83698fad3b1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dc95b409-2eff-4e45-9eef-e83698fad3b1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 574ae91b-02a6-4efc-92a5-5b379d4a27f8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 574ae91b-02a6-4efc-92a5-5b379d4a27f8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 574ae91b-02a6-4efc-92a5-5b379d4a27f8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171934Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171934Z
20251126/us-east-1/s3/aws4_request
fe6154ea7b3cd8cb69a7ca8949206b31aa50eac863de9cc38b6119d91ad0015c
DEBUG    botocore.auth:auth.py:430 Signature:
7daa470f9dc6608a0ed6bd5c23bf148b646e8774329d64572e3dbbdbf470568b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171934Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7daa470f9dc6608a0ed6bd5c23bf148b646e8774329d64572e3dbbdbf470568b', 'amz-sdk-invocation-id': b'75539b08-6ffa-4381-86db-e00812500c85', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:34 GMT', 'x-amzn-requestid': 'Rzup6KlYhMajf3XR3dlfKsCUYGq6VYepDZEqdubITva7xUHsG6GE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171934Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171934Z
20251126/us-east-1/s3/aws4_request
4ce95f0f8d2f9200fa95894ba85bc010829f6caa6c8a1209e7d7f181e3d1357c
DEBUG    botocore.auth:auth.py:430 Signature:
ea8b2249ad2d2f786d8423109b5f0ad10aa5fe5e7d487654b3e479491ab6ba6a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171934Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea8b2249ad2d2f786d8423109b5f0ad10aa5fe5e7d487654b3e479491ab6ba6a', 'amz-sdk-invocation-id': b'b7d4d6a1-0162-4ec0-936f-a9ebc96fc8b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:34 GMT', 'x-amzn-requestid': 'SpLhzQ1BTc5fBuMGrjtO43OUGmuplDq1UzMpLQal9AycWrBlzBID', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171934Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171934Z
20251126/us-east-1/s3/aws4_request
48f0ce11d7f2f4f533b53d082bc583610873141fa0e44dbf9bb3eeb4485d0613
DEBUG    botocore.auth:auth.py:430 Signature:
6880d5bffd3c9aad09e09e13fc191ba61e05be1778f3d712460e20791b9b046e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171934Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6880d5bffd3c9aad09e09e13fc191ba61e05be1778f3d712460e20791b9b046e', 'amz-sdk-invocation-id': b'58adbdac-18b4-4018-854d-d7045d76ebe2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:34 GMT', 'x-amzn-requestid': 'DyfzYOeOyg6WQwVr1XTYsZlw9Ds4y9rrS81pTtLUsdIybfpdF6uO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 941276a3-f5d6-45c8-9866-c114908dda43, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 941276a3-f5d6-45c8-9866-c114908dda43, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 941276a3-f5d6-45c8-9866-c114908dda43, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 36f04626-359b-43ef-8dd9-8b9101f17cdc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 36f04626-359b-43ef-8dd9-8b9101f17cdc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 36f04626-359b-43ef-8dd9-8b9101f17cdc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171935Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171935Z
20251126/us-east-1/s3/aws4_request
e00dd41e4568d95bbf93b5f33e1e619168b3d811bb5141b8bf7029345f974355
DEBUG    botocore.auth:auth.py:430 Signature:
8950f1d330d40dfce04bf7c30e5e1b8597389d1dd49f87084279a0ffbab04136
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171935Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8950f1d330d40dfce04bf7c30e5e1b8597389d1dd49f87084279a0ffbab04136', 'amz-sdk-invocation-id': b'a14d0ea7-96a7-4d23-9c6f-d8fccea18c46', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:35 GMT', 'x-amzn-requestid': 'SmaMhHrL0UEBNn8g5JB89DUdToDIgg4LOJT9TjpvIUUKxAnzQvn9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171935Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171935Z
20251126/us-east-1/s3/aws4_request
49b68fddd49cf5a6261bfe85a58f180ae00d5bebcd39f675a7e8bb8effd2b837
DEBUG    botocore.auth:auth.py:430 Signature:
0e371c4589dd6b3d146c4fec78e1362860494cffeed6fa8dbcc1922b0f4277ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171935Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e371c4589dd6b3d146c4fec78e1362860494cffeed6fa8dbcc1922b0f4277ac', 'amz-sdk-invocation-id': b'b1079bcf-8ded-426b-9700-bc99f180ef62', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:35 GMT', 'x-amzn-requestid': 'draFJMY91fJIeJOhHKbLydjVyDltCZITG0NgQUZDCGVMYn8nVqFb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171935Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171935Z
20251126/us-east-1/s3/aws4_request
b072cd808a3d001af4995f92b3c223fee38b3326eeccbef2424ae84889ad3dd4
DEBUG    botocore.auth:auth.py:430 Signature:
0df86bb810715fbfbc4f5d756fbb760066041379c570743b6a71eea082853965
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171935Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0df86bb810715fbfbc4f5d756fbb760066041379c570743b6a71eea082853965', 'amz-sdk-invocation-id': b'5e677d91-4823-4741-bf85-9f76f1db36b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:35 GMT', 'x-amzn-requestid': '41UVE3TUNY3meZUF6iNRAbNCPNhZm99WUwsDJu2aLbCtlFD8B2Xb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d90c6560-afe2-4623-b6ba-908b11929bca, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d90c6560-afe2-4623-b6ba-908b11929bca, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d90c6560-afe2-4623-b6ba-908b11929bca, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d4d6f53e-0c4b-417a-8f46-dce72398d98f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d4d6f53e-0c4b-417a-8f46-dce72398d98f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d4d6f53e-0c4b-417a-8f46-dce72398d98f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171936Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171936Z
20251126/us-east-1/s3/aws4_request
82dbe207ad0fd14a10f6042dd774961c1ee92d956354f45a7820a2a85e9beb6a
DEBUG    botocore.auth:auth.py:430 Signature:
bae618b0490894800fa2dd90f14fdd5698a5623e28eace1819c1838397f75a13
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171936Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bae618b0490894800fa2dd90f14fdd5698a5623e28eace1819c1838397f75a13', 'amz-sdk-invocation-id': b'beb4ecc9-749a-4702-b190-ec92a007a4c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:36 GMT', 'x-amzn-requestid': 'CqF1RR01aPA5tYB31sDz2sWpiikIcJaiRE7VR4h5KpUEfcNAOTyW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171936Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171936Z
20251126/us-east-1/s3/aws4_request
7f5c6ebae0e46b6099b2b36fd3e89e3fd0ffbd87679288346b0018a24c046d10
DEBUG    botocore.auth:auth.py:430 Signature:
8f4abd03bcfaf9f13db430ac2c2ea5b8be9cf76f613bda12d7d304da82903fa9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171936Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f4abd03bcfaf9f13db430ac2c2ea5b8be9cf76f613bda12d7d304da82903fa9', 'amz-sdk-invocation-id': b'43ad6fe6-035a-488e-a2bf-2133cc1951fe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:36 GMT', 'x-amzn-requestid': 'EW4mnNz1drgH0uODt4mdtMABxUr1NPAx7LlbXLGdJxAyOE61AZ3N', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171936Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171936Z
20251126/us-east-1/s3/aws4_request
0542905173fb5b02f87accd3c831f3e5e63a22dc1aba12cd7df78b054b6ab141
DEBUG    botocore.auth:auth.py:430 Signature:
c33f8519d89e6adbb56bf168595aeeb9b2a19bcdaa14f8f3b3a7994189af84d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171936Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c33f8519d89e6adbb56bf168595aeeb9b2a19bcdaa14f8f3b3a7994189af84d3', 'amz-sdk-invocation-id': b'f8dafb66-8d8e-4e79-8110-c69ec6b4a5c5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:36 GMT', 'x-amzn-requestid': '7CnbdDXg8Sy45LWVuEK1Li7UGwF09gWwmG2GrQJMFZt66mbkko5Y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a482fdc2-9228-40f6-9579-0c402eb18f4f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a482fdc2-9228-40f6-9579-0c402eb18f4f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a482fdc2-9228-40f6-9579-0c402eb18f4f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9a27999-f6df-41fb-8986-320c4fbdb07f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9a27999-f6df-41fb-8986-320c4fbdb07f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a9a27999-f6df-41fb-8986-320c4fbdb07f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171938Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171938Z
20251126/us-east-1/s3/aws4_request
3a3a78a1ebc30cbed943708aa26bc95f1152992b0f972b05db524c53d46cffef
DEBUG    botocore.auth:auth.py:430 Signature:
63d09637524bf2bd6d454f72a436a32d6cce160ffbe1cd599765f3e089851d2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171938Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=63d09637524bf2bd6d454f72a436a32d6cce160ffbe1cd599765f3e089851d2b', 'amz-sdk-invocation-id': b'f8716a5a-987b-42d3-9c12-fadc9c2ad2ea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:38 GMT', 'x-amzn-requestid': '4kkccnwd52pJci5uS8t4WlCWenw8HuufZghc34d6xPZQaOxLJuIs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171938Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171938Z
20251126/us-east-1/s3/aws4_request
33541cef56069f8904f2a35bffeb8ae72299c9ffc27307b0c354ac34676acc12
DEBUG    botocore.auth:auth.py:430 Signature:
511808a0c9c0db8f57664aee46a420f9424fae10d04c5a610ae1968e9f659cf6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171938Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=511808a0c9c0db8f57664aee46a420f9424fae10d04c5a610ae1968e9f659cf6', 'amz-sdk-invocation-id': b'e9809b84-859f-4bbd-bb91-bab65afa636f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:38 GMT', 'x-amzn-requestid': 'iK3E5DrEf2T8FaCUQIwD17nsGpTpicl0bFgccU8rwUCsfdtL1HYI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171938Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171938Z
20251126/us-east-1/s3/aws4_request
66b6df9daa795eb21d6f47cb33978934575f1cb0e36f8e7a68d2b0752fad220a
DEBUG    botocore.auth:auth.py:430 Signature:
ce946699507ab330b316afdd1f96fd1c8eebbd3f093b1e966538fa61f1bb03a7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171938Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce946699507ab330b316afdd1f96fd1c8eebbd3f093b1e966538fa61f1bb03a7', 'amz-sdk-invocation-id': b'dd00e167-bbb9-40c3-863f-87519e94afb0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:38 GMT', 'x-amzn-requestid': 'nTeovnWY9YpkiTQ2d0NdQDERqgJYZhl5mB3QNe0CwkEo3Rf0vbNR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, abf5618c-d1f7-4aec-a568-c8aa97633483, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, abf5618c-d1f7-4aec-a568-c8aa97633483, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, abf5618c-d1f7-4aec-a568-c8aa97633483, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 01dcd4cc-deec-464c-a711-095e1276f22e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 01dcd4cc-deec-464c-a711-095e1276f22e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 01dcd4cc-deec-464c-a711-095e1276f22e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171939Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171939Z
20251126/us-east-1/s3/aws4_request
098b2f526c87e6c6d5caede5c0d4c155ac2518af57a9a4540d56985f18acde40
DEBUG    botocore.auth:auth.py:430 Signature:
1962f2e155d65261a92e1bf957da11efd76bc86263cdf043afa8eedbc75b4544
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171939Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1962f2e155d65261a92e1bf957da11efd76bc86263cdf043afa8eedbc75b4544', 'amz-sdk-invocation-id': b'ede2f1cd-1799-4cd5-a248-eb9a2c27a629', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:39 GMT', 'x-amzn-requestid': 'ssSY7oEtoiqyOv6lMVNJ2EpNcNtoLuLqRDNbQFOlc28sVlaIb4IK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171939Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171939Z
20251126/us-east-1/s3/aws4_request
69b772339d5def65ddfe98e6a37a67b4a9d2a894ea8914bbf31281ae669f1713
DEBUG    botocore.auth:auth.py:430 Signature:
1e7d5ded05c5d864ad0eeed520fedc0af5e405e264dfd8dffc7dd76c6609203f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171939Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e7d5ded05c5d864ad0eeed520fedc0af5e405e264dfd8dffc7dd76c6609203f', 'amz-sdk-invocation-id': b'8717ceab-eb45-4a1b-b372-cac35fb6d7f4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:39 GMT', 'x-amzn-requestid': '6ImDt8wHxUNHXKMATzC3Ew2YzlHzKiZECKD58jGryLUtnOKDHd6u', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171939Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171939Z
20251126/us-east-1/s3/aws4_request
82b90e3c7703317e6a95e4c447c139a64c9e6de95e190c0b55f22d82cdc3d815
DEBUG    botocore.auth:auth.py:430 Signature:
b7a40c46975e93614d72468397a16520c1ba85e6999cd9c051a7c068163887d7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171939Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b7a40c46975e93614d72468397a16520c1ba85e6999cd9c051a7c068163887d7', 'amz-sdk-invocation-id': b'ef781b89-850b-4ece-9567-d9dbd23ed8ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:39 GMT', 'x-amzn-requestid': 'Bpd2JMRk4XiOxytLhM8zmnoLF7XqWPjQdN60hyKbbz4LWrPuxJ7j', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ada8fd5b-5bf0-4d7f-85d0-b61028d92f46, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ada8fd5b-5bf0-4d7f-85d0-b61028d92f46, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ada8fd5b-5bf0-4d7f-85d0-b61028d92f46, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b9be742d-9df4-4c34-a0b4-7947c410ad5a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b9be742d-9df4-4c34-a0b4-7947c410ad5a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b9be742d-9df4-4c34-a0b4-7947c410ad5a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171940Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171940Z
20251126/us-east-1/s3/aws4_request
d36c6452d2320e2758992e81e0f8a09588a24b71926cd53f5d5d10f4105960b8
DEBUG    botocore.auth:auth.py:430 Signature:
a0ec452980e5f1fd65fda164a94cc286b1e58ceb24be019edea778dd1710110e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171940Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a0ec452980e5f1fd65fda164a94cc286b1e58ceb24be019edea778dd1710110e', 'amz-sdk-invocation-id': b'd6a76d16-b5e6-4684-a295-10a43a0450a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:40 GMT', 'x-amzn-requestid': 'S0D6m9bSVutaYx3eot6Zw9jgyhS2O6dXHttEWZkTNLQHwaMzNHYA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171941Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171941Z
20251126/us-east-1/s3/aws4_request
b074323fac394f2f9030e0f4df8fd7773fbc67343b0af820796f76126edad6f5
DEBUG    botocore.auth:auth.py:430 Signature:
c8cc7f53f23c565a81e861d8e7513585b94cb01cf7cb53681dffcab41de116c6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171941Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c8cc7f53f23c565a81e861d8e7513585b94cb01cf7cb53681dffcab41de116c6', 'amz-sdk-invocation-id': b'567e2140-46f6-4fa6-84e8-a74b8405e64c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:41 GMT', 'x-amzn-requestid': 'lmIvTcRWjhBCH3niYrkSWLNFzutZ7VuLwKRWhCIoHNIgOSEk5E3t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171941Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171941Z
20251126/us-east-1/s3/aws4_request
d914a88b245aa80b7ca522ac8b39bb64c88cc657320f4c28823ab9ce0b6786f4
DEBUG    botocore.auth:auth.py:430 Signature:
3681b4afea3ac4b28c9110b27b6aa56d107a1113c3eb3a030620c92af3bd985b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171941Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3681b4afea3ac4b28c9110b27b6aa56d107a1113c3eb3a030620c92af3bd985b', 'amz-sdk-invocation-id': b'7617b965-a66a-4883-b574-2388c97bfee9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:41 GMT', 'x-amzn-requestid': 'eF9AzJD1PbLoH6BkV8sljAWtIucSh2JLIgBV3gyYxJRoQDXrl3Vn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 268f1807-ccca-4607-b5f4-add1d78678d2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 268f1807-ccca-4607-b5f4-add1d78678d2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 268f1807-ccca-4607-b5f4-add1d78678d2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f942d3e2-a5f4-4895-8468-d600212c3912, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f942d3e2-a5f4-4895-8468-d600212c3912, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f942d3e2-a5f4-4895-8468-d600212c3912, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171942Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171942Z
20251126/us-east-1/s3/aws4_request
b49d2f0c4b4bd97b1e6d4ca15ff352c017cbafb80663184b8a204ed45bfcb91c
DEBUG    botocore.auth:auth.py:430 Signature:
69b06d4ee76b60c2f20fd55dbc54d2828af17156ac597cc14d100fb8e22ee589
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171942Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=69b06d4ee76b60c2f20fd55dbc54d2828af17156ac597cc14d100fb8e22ee589', 'amz-sdk-invocation-id': b'41dcc8dd-f71b-4b14-a6d3-f5f102e6bbc1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:42 GMT', 'x-amzn-requestid': 'KeNZnfeLgwkyi7cgHQRci7yVIeuk0Z75wKtV85SFkwVd27KOsi9j', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171942Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171942Z
20251126/us-east-1/s3/aws4_request
4ac85d216c1fa89fe9b3c033bdb7364a968b79d2ae85b6ebae2369101106caf4
DEBUG    botocore.auth:auth.py:430 Signature:
d86e18fb4f8b1dc6e0df59f790ccb2e05f017239a70e8adc76738f3b52a1a9a3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171942Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d86e18fb4f8b1dc6e0df59f790ccb2e05f017239a70e8adc76738f3b52a1a9a3', 'amz-sdk-invocation-id': b'7bb240d2-097f-4bf6-b1b5-68e84dd8933f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:42 GMT', 'x-amzn-requestid': 'LxWGa2p4SleYpdZAvbws1G0uueacJnzxaWK2K0qG2Se7uLlWZmKA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171942Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171942Z
20251126/us-east-1/s3/aws4_request
2ee573ea379755f0502fe2dcd57ae56476f412312f6fa22b5ed17d544e22d45c
DEBUG    botocore.auth:auth.py:430 Signature:
4486fed0591cb8417760574bc377d3f892572bef8135fe1bf305803ef0c0777b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171942Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4486fed0591cb8417760574bc377d3f892572bef8135fe1bf305803ef0c0777b', 'amz-sdk-invocation-id': b'd9dc58ba-5abe-4df1-9809-53b2dd95dbb7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:42 GMT', 'x-amzn-requestid': 'uRSE5pFkxp3GtC77OJmTgmyWtmT3gveT7Qv3pcIJ1FEurNwxGLFG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6ed33b4f-cc9b-486e-a168-7d6c5c014c0d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6ed33b4f-cc9b-486e-a168-7d6c5c014c0d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6ed33b4f-cc9b-486e-a168-7d6c5c014c0d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b9027f3c-bad5-4f34-bd82-537f8e92a59b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b9027f3c-bad5-4f34-bd82-537f8e92a59b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b9027f3c-bad5-4f34-bd82-537f8e92a59b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171943Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171943Z
20251126/us-east-1/s3/aws4_request
d79421ef4eb5271ecaebf046be59113b0772bb42c838bd4d997528763289a4a4
DEBUG    botocore.auth:auth.py:430 Signature:
a831afe04001c67421bfa1c7a7fe056776cea7e460be30902dd39fc9543bfb25
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171943Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a831afe04001c67421bfa1c7a7fe056776cea7e460be30902dd39fc9543bfb25', 'amz-sdk-invocation-id': b'25f71da7-0c3b-4702-95fa-52cea523d65d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:43 GMT', 'x-amzn-requestid': 'gHkFU310lv0meN6M1Ur3wOdTaW1yjzumzt77ZLsUNQj5022FnC2T', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171943Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171943Z
20251126/us-east-1/s3/aws4_request
87f8e5e3528b3e20047515b72152466be80e432453c7d3958ecbfa09361c9566
DEBUG    botocore.auth:auth.py:430 Signature:
f4566ee419b989be5d8c3871ba682919fa90c8379f7ee0008802d3fb6037cee1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171943Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f4566ee419b989be5d8c3871ba682919fa90c8379f7ee0008802d3fb6037cee1', 'amz-sdk-invocation-id': b'8045de51-1519-4811-9af0-0dd90d9289d8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:43 GMT', 'x-amzn-requestid': 'BytlZDaEBj9acstmmlbNQvqRJzAZgUi7Ly11xLBeDLnN2c7WXyWy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171943Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171943Z
20251126/us-east-1/s3/aws4_request
bad250b67e2d82393e70b67ea469ff1788a3b63f8922cdcf64e499b7550b60ea
DEBUG    botocore.auth:auth.py:430 Signature:
283ccc26e8ba5d2f29ca3ef360bbe9ed3deba3f5d51ec249f52a720e888773f8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171943Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=283ccc26e8ba5d2f29ca3ef360bbe9ed3deba3f5d51ec249f52a720e888773f8', 'amz-sdk-invocation-id': b'fdea9ce2-027d-4706-844f-2deeaf2bed92', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:43 GMT', 'x-amzn-requestid': 'hrkMCa3XFIf8wZoz7ZhJVylWd3jwSDdQSMt9oSEkmZtJFXBsVrZ1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 00491197-fc36-4caa-a28d-6f9d4d12f4b6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 00491197-fc36-4caa-a28d-6f9d4d12f4b6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 00491197-fc36-4caa-a28d-6f9d4d12f4b6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 14e3b127-cea0-4a78-827c-18c9071adfec, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 14e3b127-cea0-4a78-827c-18c9071adfec, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 14e3b127-cea0-4a78-827c-18c9071adfec, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171945Z
20251126/us-east-1/s3/aws4_request
49a554c6699db6edd4c35be53191c44c508da55624eb8bc898a3637c44aaefa5
DEBUG    botocore.auth:auth.py:430 Signature:
5544b68f025fc9e41551244019a5741af32fe03665182612f5370805e9b4f757
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5544b68f025fc9e41551244019a5741af32fe03665182612f5370805e9b4f757', 'amz-sdk-invocation-id': b'022798a6-c4e0-4329-892e-53b4bff9c488', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:45 GMT', 'x-amzn-requestid': 'iTleRTkk5aL2PU5jJLrqdjdlEFT3aQhFC7cr4zEvuE5NIUNJigqz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171945Z
20251126/us-east-1/s3/aws4_request
fca4a5f527f2c7ac01b027dc0ef438147c986c7602dbb09a2577193b93d2d725
DEBUG    botocore.auth:auth.py:430 Signature:
576cfcf0d066972ce2992c29c2ac239f59a8fb8636a8e3a81136687804cebf45
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=576cfcf0d066972ce2992c29c2ac239f59a8fb8636a8e3a81136687804cebf45', 'amz-sdk-invocation-id': b'01521ac1-83ae-4eb2-9d6d-96f4378368a3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:45 GMT', 'x-amzn-requestid': 'p6w1JuiiyzIdNgoqeZ1ATA2Og0XqWJelzhxv2G43M12TH4RQXdC6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171945Z
20251126/us-east-1/s3/aws4_request
08691fcff15e02609e94c9675ce5f6253ad2b77b99afe9680895cdc95f4a6b10
DEBUG    botocore.auth:auth.py:430 Signature:
409564196f8c4d09a9047da203331fbabda3d9e1ca7c9bcfea26d7dd4fc91993
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=409564196f8c4d09a9047da203331fbabda3d9e1ca7c9bcfea26d7dd4fc91993', 'amz-sdk-invocation-id': b'184ff5f7-280b-4048-b887-6bd6e6b67cc4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:45 GMT', 'x-amzn-requestid': 'Ln5wd8cyJj6UD8moYjNJhxf7cBQe8AvrRINnVNMRAAxARA3DWz5a', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f7af40bf-9701-4568-9dcd-347057614528, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f7af40bf-9701-4568-9dcd-347057614528, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f7af40bf-9701-4568-9dcd-347057614528, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cc316611-4f46-4d17-a5e7-3bcf90f93f5c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cc316611-4f46-4d17-a5e7-3bcf90f93f5c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cc316611-4f46-4d17-a5e7-3bcf90f93f5c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171946Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171946Z
20251126/us-east-1/s3/aws4_request
8f7aa755c41f757a4a3b54351b18e803f0f6f0acb3f75c81843f1e3c27ff51ae
DEBUG    botocore.auth:auth.py:430 Signature:
7a3ff5c0515fa65da97481864e22c5f268b24a0ccccd7a67657ff24828ebfa3f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171946Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7a3ff5c0515fa65da97481864e22c5f268b24a0ccccd7a67657ff24828ebfa3f', 'amz-sdk-invocation-id': b'200159d8-b227-4e9f-ac77-08dc673c5a12', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:46 GMT', 'x-amzn-requestid': '6fSKIF1dpcLgAOOkfKEMaTHToQo8EpyNkowm9iCLERLhy13oFhHj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171946Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171946Z
20251126/us-east-1/s3/aws4_request
191495644cf53e156ef1631043851f5a3cbc1582cc5605c7d2e0365c4ec28120
DEBUG    botocore.auth:auth.py:430 Signature:
c0f1a99b084fcb76ca04b65a8555c8cbbdf7c8e86b26c2e1ee6738f5e9ea03c9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171946Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c0f1a99b084fcb76ca04b65a8555c8cbbdf7c8e86b26c2e1ee6738f5e9ea03c9', 'amz-sdk-invocation-id': b'ca0b81df-b929-42dc-8740-0cba4fdb8aeb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:46 GMT', 'x-amzn-requestid': 'rWKVlbeq5DRivudkinmCMPkIs02F4YO5SHXScbTGYNpvfDLVTyPH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171946Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171946Z
20251126/us-east-1/s3/aws4_request
98427d4b7128be9caa376bd672c7b1656914a1732129372187c017106966a6cf
DEBUG    botocore.auth:auth.py:430 Signature:
38dc9d815712b569590c57828f28c5ea5eda699e77d7156422aba3201d87b77e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171946Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38dc9d815712b569590c57828f28c5ea5eda699e77d7156422aba3201d87b77e', 'amz-sdk-invocation-id': b'2c432d52-2a6b-41ed-ad5a-6f4f6d7e77b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:46 GMT', 'x-amzn-requestid': 'BjatVunProqrHY8WKFh6GdipVX9YJ0pk07KvFHtxzfUkgRbiDZQr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a167eac3-d226-4325-8363-48286f9d0828, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a167eac3-d226-4325-8363-48286f9d0828, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a167eac3-d226-4325-8363-48286f9d0828, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 11a81452-b5ac-4039-a0a9-a7247e801495, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 11a81452-b5ac-4039-a0a9-a7247e801495, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 11a81452-b5ac-4039-a0a9-a7247e801495, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171947Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171947Z
20251126/us-east-1/s3/aws4_request
6b943619fc83788cc1e199c214f834c49fcb85583c8022ec53c2d4445ac5b028
DEBUG    botocore.auth:auth.py:430 Signature:
e681892e19682971562db66e1667cf755a8e322d7638e27147e376d3f4504dbf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171947Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e681892e19682971562db66e1667cf755a8e322d7638e27147e376d3f4504dbf', 'amz-sdk-invocation-id': b'ea220044-0254-457f-8174-aadf5f890e82', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:47 GMT', 'x-amzn-requestid': 'SLPFWeYDJCdhuJedfyLYyNhOuwKlIdSLVeoq0cVqRPnAL4i5hKdY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171947Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171947Z
20251126/us-east-1/s3/aws4_request
7701f5500146d11ee7acc0e5f78ca2a6d6476e1b014a599e4cb1a4dd7c4ec94f
DEBUG    botocore.auth:auth.py:430 Signature:
c580054bf7d93558399de209ef1897907476870830ebcfc761593836e48b38e7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171947Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c580054bf7d93558399de209ef1897907476870830ebcfc761593836e48b38e7', 'amz-sdk-invocation-id': b'5cf7f002-9c23-4b81-9d96-4c21bd9ec135', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:47 GMT', 'x-amzn-requestid': '8xu4fg5ziNTqqruZgJP8Cb1GZOYFWlznAVzUDrWSppfPvU14Igi6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171947Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171947Z
20251126/us-east-1/s3/aws4_request
9c17f4e76af2b9d24a0b3d4370744d94aeaeb51bd6b1219ef685da2d4950cfd6
DEBUG    botocore.auth:auth.py:430 Signature:
563042bc4f95c7a3c52abab121b8b697b1fed55bb43bf3bb556f4bda553a1706
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171947Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=563042bc4f95c7a3c52abab121b8b697b1fed55bb43bf3bb556f4bda553a1706', 'amz-sdk-invocation-id': b'8dc4b324-db9b-4ff1-8825-06debac0ae6c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:47 GMT', 'x-amzn-requestid': '7MoHHFOLKNK6X1mmjJJSAjcPAy6DenxJgMO081UDwEuZogQfaukh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6aeefe13-23cd-4716-a5a6-99d9a08f4ec5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6aeefe13-23cd-4716-a5a6-99d9a08f4ec5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6aeefe13-23cd-4716-a5a6-99d9a08f4ec5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, afc6a256-fe69-430f-8e6b-40ca3f0ef603, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, afc6a256-fe69-430f-8e6b-40ca3f0ef603, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, afc6a256-fe69-430f-8e6b-40ca3f0ef603, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171949Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171949Z
20251126/us-east-1/s3/aws4_request
36524eb4f80192b0cec652a5aa374ba2e9417c4d53ecba2940cac27fabc8311a
DEBUG    botocore.auth:auth.py:430 Signature:
642b40e172a6ef82965af07279227936cf29e4c1c34f7859d712baae311d8e9b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171949Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=642b40e172a6ef82965af07279227936cf29e4c1c34f7859d712baae311d8e9b', 'amz-sdk-invocation-id': b'ddb37466-84f5-45e9-9e5a-b6420e32ae71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:49 GMT', 'x-amzn-requestid': 'ZzWfzl5HKFkCpGVVkyLlyZvlTZl8eFms1m1p8arZ3O95P7SJxFqb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171949Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171949Z
20251126/us-east-1/s3/aws4_request
19f8589f8c1ea48bfcab1a613c6f53fa4b6f56c6731597b283515e1d0b30e40b
DEBUG    botocore.auth:auth.py:430 Signature:
60d140f4a149286d5af03b807257e07162477d3b86df30ae2db06bf149a10340
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171949Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=60d140f4a149286d5af03b807257e07162477d3b86df30ae2db06bf149a10340', 'amz-sdk-invocation-id': b'd99d3ab1-6141-4dc4-93db-979f3638cd2e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:49 GMT', 'x-amzn-requestid': 'd8AiIbj659vxAxJ1k6gJy7vcMOhuEwDygkfBdYzXE37LQqBXeq4Y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171949Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171949Z
20251126/us-east-1/s3/aws4_request
c20cf337f5ae52061439d41eaf15b806f4febdbbe7b5963ba06caecc4eb71c96
DEBUG    botocore.auth:auth.py:430 Signature:
6e0664101a7933ca45a6732c1b91e56c3a79505cbfd4c5918b0e891fc55e0859
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171949Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e0664101a7933ca45a6732c1b91e56c3a79505cbfd4c5918b0e891fc55e0859', 'amz-sdk-invocation-id': b'c2b765be-644d-4236-af86-38358b7c9859', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:49 GMT', 'x-amzn-requestid': 'skQtRgcZQrBdl6hB1rkCaRlnqkXGJfU8Ld6uRM6E3RaaLciRX76S', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3610e166-517a-4420-b7bd-882e16c53fbb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3610e166-517a-4420-b7bd-882e16c53fbb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3610e166-517a-4420-b7bd-882e16c53fbb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ffb57a4a-a7f1-4b58-9572-af4951c34e8f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ffb57a4a-a7f1-4b58-9572-af4951c34e8f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ffb57a4a-a7f1-4b58-9572-af4951c34e8f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171950Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171950Z
20251126/us-east-1/s3/aws4_request
4f9355263ce79d1b7f139a06eb51837ceadd65398cdc56d43535750bbadbb303
DEBUG    botocore.auth:auth.py:430 Signature:
1101a641a4083138038601d0843c1784102434a9227b85b92579fb3e288b236c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171950Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1101a641a4083138038601d0843c1784102434a9227b85b92579fb3e288b236c', 'amz-sdk-invocation-id': b'aac32b32-d780-443c-a294-df4605ca3705', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:50 GMT', 'x-amzn-requestid': 'SnHIAcrQxMVMvzS5VTKuTJMXMIlxLlEMUpTmXJupcT0deo9TVQQO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171950Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171950Z
20251126/us-east-1/s3/aws4_request
582cf80e8e25c05b4b37bd4b54a5288d4c77f1e8a8e8fdebd5b7e2ef78b4c283
DEBUG    botocore.auth:auth.py:430 Signature:
98d3ddde9496f2ad57751c2b4d6845ff175a0a7058152b48542dccedc2189612
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171950Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=98d3ddde9496f2ad57751c2b4d6845ff175a0a7058152b48542dccedc2189612', 'amz-sdk-invocation-id': b'8d2c25a7-d360-4143-a100-3e5c112fb71e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:50 GMT', 'x-amzn-requestid': 'lEnY2Nb30od5nVMCPSaHxFnu7wX5OZPmEjuBVrVCq9ilEjYZ4Nf8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171950Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171950Z
20251126/us-east-1/s3/aws4_request
09cd4eedee9d9d35ad4e8e917f03b1e0e42c9626172a522dd293ad035ad0ffda
DEBUG    botocore.auth:auth.py:430 Signature:
3c02b9e888c46749b8ec3921b650d6970f64ca39ea08c5c3bf5148cf281483d6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171950Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3c02b9e888c46749b8ec3921b650d6970f64ca39ea08c5c3bf5148cf281483d6', 'amz-sdk-invocation-id': b'f5030d38-3d41-45ef-aa81-6b796799e17a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:50 GMT', 'x-amzn-requestid': '2ofa48lmIdzirIbos50C5k9CJQIqOUtHevldtRK3B8VMFFyrTVd0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa3f5721-53f9-4970-bf2a-d6cf6895e7d0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa3f5721-53f9-4970-bf2a-d6cf6895e7d0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aa3f5721-53f9-4970-bf2a-d6cf6895e7d0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a71db068-cf1e-49b6-9e5b-52a72a084df7, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a71db068-cf1e-49b6-9e5b-52a72a084df7, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a71db068-cf1e-49b6-9e5b-52a72a084df7, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171951Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171951Z
20251126/us-east-1/s3/aws4_request
b8aa7850846df0af54bb4cbfac3740d2b2922ea2b4214f538bdae91ef4434028
DEBUG    botocore.auth:auth.py:430 Signature:
2007e4c2d09f7fd349ea0774422b595110c7f13b0b81b81026beee427e03bde1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171951Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2007e4c2d09f7fd349ea0774422b595110c7f13b0b81b81026beee427e03bde1', 'amz-sdk-invocation-id': b'03736385-7f4b-4bcf-a6d7-8d3af12f411c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:51 GMT', 'x-amzn-requestid': '1SGJxbGRFNhRV2fqQRpUFLRM7kSfiugd4MWT9qXcliVocnVvdFDl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171951Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171951Z
20251126/us-east-1/s3/aws4_request
1322f6f4539aed211d9d2fd8763d6f12d27cbaffcb95cdc0adc39cc99835cf63
DEBUG    botocore.auth:auth.py:430 Signature:
b1ade03cf0e66710fa837f7f6293d857aaeedd340087534b3ca4ca4e624e01f9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171951Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b1ade03cf0e66710fa837f7f6293d857aaeedd340087534b3ca4ca4e624e01f9', 'amz-sdk-invocation-id': b'1a7f6fd5-e588-47bd-a512-95ab52f55c67', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:51 GMT', 'x-amzn-requestid': 'fMSO9ngqQP2fdhSpt0XUW9mEQO1xhBvSv0je3Hn81n6TAHhOS6zh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171951Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171951Z
20251126/us-east-1/s3/aws4_request
f4e6ce6a19d051e558e68281c171f7eac75ddc1ad82dd92db84ed597e2726309
DEBUG    botocore.auth:auth.py:430 Signature:
a478710b9627e2c60c00ca6327048f4e0e9a1a7d36fdea0a561e65cee680649f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171951Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a478710b9627e2c60c00ca6327048f4e0e9a1a7d36fdea0a561e65cee680649f', 'amz-sdk-invocation-id': b'7ee73082-0341-4ee2-94fb-8688aefc8051', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:51 GMT', 'x-amzn-requestid': 'RrOcCCv3VwAM8tmQmpC2l5TOGj5uXvzXeRe6bhhxMxhaRgifOk7X', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4fe3b0ad-6447-48c3-aab2-98e099860aa1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4fe3b0ad-6447-48c3-aab2-98e099860aa1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4fe3b0ad-6447-48c3-aab2-98e099860aa1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eff076d1-19fd-4852-bb07-5d5227b9ea1b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eff076d1-19fd-4852-bb07-5d5227b9ea1b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eff076d1-19fd-4852-bb07-5d5227b9ea1b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171953Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171953Z
20251126/us-east-1/s3/aws4_request
40cccc83d744892848d37778040c817594de3ebd7fe94e20d8d873c133df86a5
DEBUG    botocore.auth:auth.py:430 Signature:
f0290411257483b59f74515e3990367c1cb0a10b7b7d431a968bd2d82ae7c5f7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171953Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0290411257483b59f74515e3990367c1cb0a10b7b7d431a968bd2d82ae7c5f7', 'amz-sdk-invocation-id': b'b04687dd-617d-4699-9461-20d3cfeaf4e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:53 GMT', 'x-amzn-requestid': 'rlkF7BUB92Qmwzs3IEIb4rc3ZGq7xIJHCb44hI1EWXMMMJa82uyB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171953Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171953Z
20251126/us-east-1/s3/aws4_request
ae78b6920ee5cab8d3d1b0441df773b130241d5d073a6c4cb4c534bae35ea4eb
DEBUG    botocore.auth:auth.py:430 Signature:
21817ee685e85c94b5d5c0ecb24731ad7fa43e740c42b75cbab61e633dcbd700
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171953Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21817ee685e85c94b5d5c0ecb24731ad7fa43e740c42b75cbab61e633dcbd700', 'amz-sdk-invocation-id': b'e954d0ee-15b9-4bae-a61f-1b1fa48c7075', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:53 GMT', 'x-amzn-requestid': 'X3zdcD6SYMHlMTorLaDdqjaXNzdyiM9MpMBvTOWOUBaZNAYJvla5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171953Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171953Z
20251126/us-east-1/s3/aws4_request
078eb386f5490262538818f5e354bcfa9f24693a01d6c423f3a2897babb9c168
DEBUG    botocore.auth:auth.py:430 Signature:
2de1f7955fd0b7c0c57eb1073039b13fff45d316c64acb24ac9eb1e178b4708d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171953Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2de1f7955fd0b7c0c57eb1073039b13fff45d316c64acb24ac9eb1e178b4708d', 'amz-sdk-invocation-id': b'2531ec8d-469a-4b49-9055-0dad77f84f81', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:53 GMT', 'x-amzn-requestid': '7iKtfxM2TPMLSA6P7ejxqjJ8rre7lRzurRmYxQAwK95GAH0aspz2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6faeaf6b-7a1c-4b12-8cc9-0854761925ac, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6faeaf6b-7a1c-4b12-8cc9-0854761925ac, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6faeaf6b-7a1c-4b12-8cc9-0854761925ac, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eeba3ac1-ee24-437c-9db5-ff4583d384f2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eeba3ac1-ee24-437c-9db5-ff4583d384f2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eeba3ac1-ee24-437c-9db5-ff4583d384f2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171954Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171954Z
20251126/us-east-1/s3/aws4_request
ddc78569cc545b216d93e520ac37f09404dbe7c3da3c739ec44a768a97cfc70c
DEBUG    botocore.auth:auth.py:430 Signature:
a00cc4d0722c6836d1fdbd7d8ec972c295ffbf74e71ea1cc0e3968cfec4913e3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171954Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a00cc4d0722c6836d1fdbd7d8ec972c295ffbf74e71ea1cc0e3968cfec4913e3', 'amz-sdk-invocation-id': b'0ed5304c-8610-495f-98f1-e0b877011a0a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:54 GMT', 'x-amzn-requestid': 'sMYwEZ7snDXLzIcVop1k749IRhlxS3SHy5FAceGMJCZgI6p8Zd5Z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171954Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171954Z
20251126/us-east-1/s3/aws4_request
5b82d9cb85ac44186d2a991d4470770f1aed8588d9b6c23f0ae8385b32b00aa4
DEBUG    botocore.auth:auth.py:430 Signature:
525a18365a38e6bac4ee58d813031e8fe4326a8acc4834958d83ffec425a6417
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171954Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=525a18365a38e6bac4ee58d813031e8fe4326a8acc4834958d83ffec425a6417', 'amz-sdk-invocation-id': b'64dc0846-49d9-4ec4-9fcf-3a48beb047d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:54 GMT', 'x-amzn-requestid': 'Jgvq3FsZdjG1liZpoROPe8M1ndFWJADhHYhwzYqToCqKubvyWTxV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171954Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171954Z
20251126/us-east-1/s3/aws4_request
12e08b5df2db72a3faf4819ae1ccb1564676328789ad1c80c523dd948a3ba6d7
DEBUG    botocore.auth:auth.py:430 Signature:
75f4e007b1631c351bf68894d27ec74f84c7a5fa9909187ed98139e78cd0a3d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171954Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=75f4e007b1631c351bf68894d27ec74f84c7a5fa9909187ed98139e78cd0a3d0', 'amz-sdk-invocation-id': b'ffe6b213-3438-45e6-b278-8bed028e9500', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:54 GMT', 'x-amzn-requestid': '2YFCAalpvZte0hrSrFMN8A2PFKAGzIjy1JwDfvEvcj7n5Zsi923E', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e24ad616-167f-4602-b644-8701fb255244, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e24ad616-167f-4602-b644-8701fb255244, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e24ad616-167f-4602-b644-8701fb255244, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b56b2253-14a9-4b15-9f0a-fe8bd9bdb901, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b56b2253-14a9-4b15-9f0a-fe8bd9bdb901, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b56b2253-14a9-4b15-9f0a-fe8bd9bdb901, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171956Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171956Z
20251126/us-east-1/s3/aws4_request
7f58fdf402b39092d28b4a536456bd5508300acce0174f964cef6800031cfe71
DEBUG    botocore.auth:auth.py:430 Signature:
6e2fa2ffe6a80c72650f42946c01eb8bcf700e22a753b530c580318cda8f317e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171956Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e2fa2ffe6a80c72650f42946c01eb8bcf700e22a753b530c580318cda8f317e', 'amz-sdk-invocation-id': b'0cf337dc-1b16-46d0-beeb-ef177c98bfc2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:56 GMT', 'x-amzn-requestid': 'I9Vw9PolhdbhpeXqpif5sqmAQXXa46BYsrOBy8pZV8DOVNyc6dXq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171956Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171956Z
20251126/us-east-1/s3/aws4_request
af8469dac0112cae2a2b9c28bb463141084dc3778c4c516835cf4d790f856d70
DEBUG    botocore.auth:auth.py:430 Signature:
e07df37fcd68bd291c181ee001ccfd230aeb7123bbf1b08a12e0e24a1d3e570e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171956Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e07df37fcd68bd291c181ee001ccfd230aeb7123bbf1b08a12e0e24a1d3e570e', 'amz-sdk-invocation-id': b'fbd528bb-ec09-443a-b46c-f739c50af0c5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:56 GMT', 'x-amzn-requestid': 'aTOrGhcLNSfYcDaL98jPcTdr3vF1I6NbyL6j43W6nHMpACwjshpL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171956Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171956Z
20251126/us-east-1/s3/aws4_request
b3cb46a44a8fca1c39f066cc303dc440860bb212395feb5a663bdd025e8f3a7d
DEBUG    botocore.auth:auth.py:430 Signature:
3870ed45e3ddae0d44807a8bce1bcc56494ca8d8ad946bfd8c9d0ee242ad5ffd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171956Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3870ed45e3ddae0d44807a8bce1bcc56494ca8d8ad946bfd8c9d0ee242ad5ffd', 'amz-sdk-invocation-id': b'c7f96c24-dc6d-49b8-8b65-5b52a717c800', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:56 GMT', 'x-amzn-requestid': 'CDW0Xby4Er4h8cae77ljULGvN4czZE5KONoIf6wmHaKl8S3i4EmH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cf8f1c30-428d-4d74-9ac3-4a801d3a2012, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cf8f1c30-428d-4d74-9ac3-4a801d3a2012, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cf8f1c30-428d-4d74-9ac3-4a801d3a2012, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f29f9051-f581-439f-9926-da99d30e346d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f29f9051-f581-439f-9926-da99d30e346d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f29f9051-f581-439f-9926-da99d30e346d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171957Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171957Z
20251126/us-east-1/s3/aws4_request
e421cbcc92bd8fe036c8a932e60389b898e10f113ad087bcbe0d746099b4f1e5
DEBUG    botocore.auth:auth.py:430 Signature:
2546a3c024dc44c645ce59c62c97afe5ea71d8bd67efb0d9a65d12635687e0c7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171957Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2546a3c024dc44c645ce59c62c97afe5ea71d8bd67efb0d9a65d12635687e0c7', 'amz-sdk-invocation-id': b'a67cfae2-3321-4ef9-a6f9-dfea6aa9485a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:57 GMT', 'x-amzn-requestid': 'ABbSX2933oWFQDZU8nKiWW3EMRUfWCSUJkKIKyjvUJeNqG3MPxb3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171957Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171957Z
20251126/us-east-1/s3/aws4_request
f0828c53310a8a96651f0182c5549021685c9da08b6d5ae08fd48cf9773487da
DEBUG    botocore.auth:auth.py:430 Signature:
97c6fd608ba9b1db430259d421724a558468a45cd11c03897ea564f795524407
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171957Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=97c6fd608ba9b1db430259d421724a558468a45cd11c03897ea564f795524407', 'amz-sdk-invocation-id': b'028080bf-e014-477e-af59-88ad9c2cfa58', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:57 GMT', 'x-amzn-requestid': 'e4s6nxqzhmhV8ZoOpfFB86i77PbziSd1oQpTZUhN37ri5SVPMoDZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171957Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171957Z
20251126/us-east-1/s3/aws4_request
2c728c6051f7bf84a92dbf188c641d856a70687420d964205fddbd7bb1398892
DEBUG    botocore.auth:auth.py:430 Signature:
0c0741179a0d6ebcf9a062a7254812ee9ced2d779b3fbfffde75d849da14db0b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171957Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c0741179a0d6ebcf9a062a7254812ee9ced2d779b3fbfffde75d849da14db0b', 'amz-sdk-invocation-id': b'c7dfe55e-1732-402e-9c4c-d92d228b354b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:57 GMT', 'x-amzn-requestid': 'vZxA58HIwJpEicwWbQaKBcnLNTDGIkzQuDrsJHAGdYPcOPngKffU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0f221da7-3c78-4704-ab71-eb1ae79f94e2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0f221da7-3c78-4704-ab71-eb1ae79f94e2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0f221da7-3c78-4704-ab71-eb1ae79f94e2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 331de3d1-e449-4c4f-9b88-2694bfa624fe, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 331de3d1-e449-4c4f-9b88-2694bfa624fe, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 331de3d1-e449-4c4f-9b88-2694bfa624fe, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171958Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171958Z
20251126/us-east-1/s3/aws4_request
c5fc3d35f8dc1b6017fa9499bca6e86e14a9897cafb3f67f8e96f65ef855d64f
DEBUG    botocore.auth:auth.py:430 Signature:
203a48af24902585ce17a0bb19a08a7ba0633c277c63c600f421ba2ce3707832
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171958Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=203a48af24902585ce17a0bb19a08a7ba0633c277c63c600f421ba2ce3707832', 'amz-sdk-invocation-id': b'f11e0bb7-bd1b-4d16-8d87-419905c44de5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:58 GMT', 'x-amzn-requestid': 'TCgOIVPegW3SBSAmzoPhf7r6WdfHMofDmBN0SR4MAzBi7WGtFd7P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171958Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171958Z
20251126/us-east-1/s3/aws4_request
3e2ba8b361b9f8f1a652c333b6351107c61edc36d6655d7bd5c9522e1b2802b2
DEBUG    botocore.auth:auth.py:430 Signature:
004c8387dca399047484d01badb7d8aa80ce407152f7e5843a3c984ee4b7ef51
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171958Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=004c8387dca399047484d01badb7d8aa80ce407152f7e5843a3c984ee4b7ef51', 'amz-sdk-invocation-id': b'944c7b75-bc31-4f8a-8e53-fd361680948a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:58 GMT', 'x-amzn-requestid': 'P2wExso7x1F8zKwbMZYM3ZDYIvnbpjCCIpwSWQuHhqCJ7Szg6TlW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T171958Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T171958Z
20251126/us-east-1/s3/aws4_request
cc6c1d562e4259db00480969ef65f2477193de844be6cf1c29de72a3b5fad37f
DEBUG    botocore.auth:auth.py:430 Signature:
e25b6254997fdc69087b0607c148c0b7ebae36b42bcdeb64cc8c3a25c8e67e59
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T171958Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e25b6254997fdc69087b0607c148c0b7ebae36b42bcdeb64cc8c3a25c8e67e59', 'amz-sdk-invocation-id': b'c2f92857-e6a5-4c47-9e19-73f14fdfbb5b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:19:58 GMT', 'x-amzn-requestid': 'nQOIggtUn80PcepC7tHwCPQFsgjDmSXWG4WBNVFcIAIMZR7K4iNR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1d47a48b-9dce-46c0-946f-b4f6d28893f6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1d47a48b-9dce-46c0-946f-b4f6d28893f6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1d47a48b-9dce-46c0-946f-b4f6d28893f6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6896b921-dbcb-45cd-a6f6-041323568176, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6896b921-dbcb-45cd-a6f6-041323568176, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6896b921-dbcb-45cd-a6f6-041323568176, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172000Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172000Z
20251126/us-east-1/s3/aws4_request
887f9b8361eb5907e188e1e1380a7a621d351370d5d7d62cfbaa36dedaa0f34d
DEBUG    botocore.auth:auth.py:430 Signature:
e1b6b89dd531a224a94164fd41b15642d914b2fd3da1c2e2d56a068f51c03122
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172000Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e1b6b89dd531a224a94164fd41b15642d914b2fd3da1c2e2d56a068f51c03122', 'amz-sdk-invocation-id': b'ddd347ae-7a0c-4d1c-9bc8-0a2353055b76', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:00 GMT', 'x-amzn-requestid': 'jYh30Phh03MR3ibbzANGiROtJfah1UYB6wDjJC24EExrbXYoHaAi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172000Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172000Z
20251126/us-east-1/s3/aws4_request
58e6a24ee876af49cacacaa325930753ee471b6ef53498d477c5fbb21a2e40d1
DEBUG    botocore.auth:auth.py:430 Signature:
8969dfc6811233f6bc4447c5140bfb2d4205c6d9f47412ab365d74508f9b8d64
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172000Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8969dfc6811233f6bc4447c5140bfb2d4205c6d9f47412ab365d74508f9b8d64', 'amz-sdk-invocation-id': b'71ccc915-309f-4de8-8583-9659eaef2fe2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:00 GMT', 'x-amzn-requestid': 'tZFos0Mvlcr1j4wW2p2zzX95wCBIFzoVgiIbtxdBZGy4qOLyGokI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172000Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172000Z
20251126/us-east-1/s3/aws4_request
88d2141ee804336fbcb2e4853c011df98b58627261a15bc63c2d5ec7ae28d98f
DEBUG    botocore.auth:auth.py:430 Signature:
c29b8d7de40106debf2e1015d0ab0a32d12fc985f06695cc54d923f17e88e0c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172000Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c29b8d7de40106debf2e1015d0ab0a32d12fc985f06695cc54d923f17e88e0c0', 'amz-sdk-invocation-id': b'a5d3b37f-391a-4a19-a699-a6a7081c69f6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:00 GMT', 'x-amzn-requestid': 'ROfsU1keXqB9RYnXd8YrHd1w41DXdYUJDZDL6qte6xTrFpDSHgSr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7dc27a01-9d9b-4335-9070-5c2017d72646, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7dc27a01-9d9b-4335-9070-5c2017d72646, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7dc27a01-9d9b-4335-9070-5c2017d72646, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7cb916e9-00e5-4c9c-bf55-880a945fc07f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7cb916e9-00e5-4c9c-bf55-880a945fc07f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7cb916e9-00e5-4c9c-bf55-880a945fc07f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172002Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172002Z
20251126/us-east-1/s3/aws4_request
fb85ca6636157cfdf78823fde736137db2853e57282b76bd0ec4c871b1e97f48
DEBUG    botocore.auth:auth.py:430 Signature:
631c97b4da8e7bb65953c633e474904bc2cc1371e64cd795c33760e391348745
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172002Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=631c97b4da8e7bb65953c633e474904bc2cc1371e64cd795c33760e391348745', 'amz-sdk-invocation-id': b'43fa4451-bfd4-4776-be61-0e21d6e92fcc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:02 GMT', 'x-amzn-requestid': 'C2UBI5di0HVjACj0eWkYjTV1WkTO0HjvBSlAay9aNVMjIhbQ36Lr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172002Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172002Z
20251126/us-east-1/s3/aws4_request
2fa8116407ce4f41d006586d3e7c76b06faf8303301c5e61fcf40bc5ec8f91ad
DEBUG    botocore.auth:auth.py:430 Signature:
6ee9804a7ad4c516ad59d6ea62826dfac65ee7b20f2d17ebe1d9694d4c1318c5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172002Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6ee9804a7ad4c516ad59d6ea62826dfac65ee7b20f2d17ebe1d9694d4c1318c5', 'amz-sdk-invocation-id': b'1ac899a8-f32b-4fd8-a169-3359e6ba9bc6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:02 GMT', 'x-amzn-requestid': 'ACGl5baZy2KMn8kQDvbe7yqoDLO2Y3lXaL0S9XvsTdlQUwyfqAwh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172002Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172002Z
20251126/us-east-1/s3/aws4_request
838b9baa2722717d170ea118d0d094c8f8a9ceb84eef9f0cc094c06ec529831d
DEBUG    botocore.auth:auth.py:430 Signature:
7e1ee810fe0947a1b51bea972f92021ed61b9178718d24197a89e08f630c3dcc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172002Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e1ee810fe0947a1b51bea972f92021ed61b9178718d24197a89e08f630c3dcc', 'amz-sdk-invocation-id': b'240e0f98-e3e3-400e-9f63-27351bb33695', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:02 GMT', 'x-amzn-requestid': 'FmCal79iCkCr9Gvt5s4xxEHc0ICOyssA84TCiYapP7e4PxbRuDLT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e0b40968-3f5e-418d-ac4e-c4d10f50b59b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e0b40968-3f5e-418d-ac4e-c4d10f50b59b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e0b40968-3f5e-418d-ac4e-c4d10f50b59b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f3ea625d-2c93-441b-9dfa-bbb329b15e2b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f3ea625d-2c93-441b-9dfa-bbb329b15e2b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f3ea625d-2c93-441b-9dfa-bbb329b15e2b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172003Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172003Z
20251126/us-east-1/s3/aws4_request
a5c92d546f2d3927e1ec5aa8632f32c338977a8edcc30210ba1222d62a233346
DEBUG    botocore.auth:auth.py:430 Signature:
b02e22e82b350683a9c0cc9a330bbf38ba010fe41ae651d97ed863bf54e64d40
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172003Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b02e22e82b350683a9c0cc9a330bbf38ba010fe41ae651d97ed863bf54e64d40', 'amz-sdk-invocation-id': b'a2cf21a8-a1c4-48ce-b4c0-6b132eb9e874', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:03 GMT', 'x-amzn-requestid': '7fGzqAvehxpYpNTxZ03dqSBreIhUJfm5jk6yQFYcYqN45CYcKz0I', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172003Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172003Z
20251126/us-east-1/s3/aws4_request
10b8c191d418311c852f460cadd3a179751fe14c88823d2b7c32e777a131e795
DEBUG    botocore.auth:auth.py:430 Signature:
f1d710f181d352d0bfc9aeb44b690dac20de43710dbef53b9e12b6fb869de02d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172003Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f1d710f181d352d0bfc9aeb44b690dac20de43710dbef53b9e12b6fb869de02d', 'amz-sdk-invocation-id': b'ca44a811-fb57-4d5a-a709-c577f8dc06cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:03 GMT', 'x-amzn-requestid': 'Cm0BDeJmrPCskTXjnWi3Tv9KwE54Az9dLG0khGzXFEM9h62MTiz1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172003Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172003Z
20251126/us-east-1/s3/aws4_request
079bc0f7b1dda789fff98c2d2a90a35661986a487e54c65b1f952f1b159db306
DEBUG    botocore.auth:auth.py:430 Signature:
9ab8813c8f9525c11dc6c03519afa5a89adaf251b9dc6b638863e53da5d0d412
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172003Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9ab8813c8f9525c11dc6c03519afa5a89adaf251b9dc6b638863e53da5d0d412', 'amz-sdk-invocation-id': b'226dd935-4416-4d5c-bdfe-039173c22af1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:03 GMT', 'x-amzn-requestid': 'EFuo0I7oBOVfcITCQIXeMOgJftSAf7Jrb63sfC367ddCMyuvTOhY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e40a8cb0-251d-4f86-b486-d57c4c03c78d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e40a8cb0-251d-4f86-b486-d57c4c03c78d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e40a8cb0-251d-4f86-b486-d57c4c03c78d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 381c80b4-c660-4be6-98eb-fe92757794b4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 381c80b4-c660-4be6-98eb-fe92757794b4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 381c80b4-c660-4be6-98eb-fe92757794b4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172004Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172004Z
20251126/us-east-1/s3/aws4_request
f4184cf28140b85699262d2c7ed11c66a65a01dec6ddb07d1bae6344bc5f8649
DEBUG    botocore.auth:auth.py:430 Signature:
c65e5cefd41e19676fed89310a3787c1ab14018d17124f63b6d862dc3a01b2ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172004Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c65e5cefd41e19676fed89310a3787c1ab14018d17124f63b6d862dc3a01b2ce', 'amz-sdk-invocation-id': b'fea3d4b2-43c6-4464-85f6-84e0adec96cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:04 GMT', 'x-amzn-requestid': 'radC6SRZDiJRdwRy2nmL6BFuzwb2JBxLD9LxCD9wqXFDpaj6FqbW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172004Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172004Z
20251126/us-east-1/s3/aws4_request
441071fc9dca280fe43814b0c4187450b8fa442eee234e3e2c1ca0c005bdc676
DEBUG    botocore.auth:auth.py:430 Signature:
8269dede5bdde6fa46cf75a68a08cad23343b65369d54cbc35b82bc5eeac7a0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172004Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8269dede5bdde6fa46cf75a68a08cad23343b65369d54cbc35b82bc5eeac7a0e', 'amz-sdk-invocation-id': b'9ff4a2cb-3c14-497c-b786-84c7283ab25a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:04 GMT', 'x-amzn-requestid': 'nClqQU6ufWCCHLmotR0nHJj0Lc14Nfab5Jc5sioSg0WjPYFa0bw0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172004Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172004Z
20251126/us-east-1/s3/aws4_request
baabaf58538b0daa064bc2c3ad8b11ecfda8b6350a275d56a2c3016859eac56b
DEBUG    botocore.auth:auth.py:430 Signature:
517b3d24782aa04d8b7667da6ad8542dfabb86a1cfaa964acf3ea4f249c87b27
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172004Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=517b3d24782aa04d8b7667da6ad8542dfabb86a1cfaa964acf3ea4f249c87b27', 'amz-sdk-invocation-id': b'ac2560d9-7128-408c-9c05-083cbc624ff3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:04 GMT', 'x-amzn-requestid': 'xlmu5wU90wPUNOFY33196qRxwSll3A2pfXuQ9kOKI5Y5F4kGonx7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 76d804ce-5696-4390-8758-ba96c689db8d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 76d804ce-5696-4390-8758-ba96c689db8d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 76d804ce-5696-4390-8758-ba96c689db8d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c6a57d2-7628-481c-828a-9df17cb72f8d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c6a57d2-7628-481c-828a-9df17cb72f8d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9c6a57d2-7628-481c-828a-9df17cb72f8d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172006Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172006Z
20251126/us-east-1/s3/aws4_request
c142947c51690df462de6c9df3010fdf533510a36462556974eb255d86918185
DEBUG    botocore.auth:auth.py:430 Signature:
1cf2a6796e675ba7baa146e66a1ee473ff92873fb99fd1e5effdb31fa1381839
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172006Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1cf2a6796e675ba7baa146e66a1ee473ff92873fb99fd1e5effdb31fa1381839', 'amz-sdk-invocation-id': b'595db17c-e2da-44b8-a9b1-0a03250774c7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:06 GMT', 'x-amzn-requestid': 'KlnlgJRwjAS8gOaxHSow1kqAw1sPrZ2Ly4pe75hHRBPsNWB2WFs6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172006Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172006Z
20251126/us-east-1/s3/aws4_request
b8e2a669896771aede80d4ef8aca599f21ad4aa88e50ed5dd2b4a266dbdc7ac0
DEBUG    botocore.auth:auth.py:430 Signature:
4e041c64b9100ded7d89c897b1fc0923af9b6742a05040539bad519e6d8fcfa9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172006Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4e041c64b9100ded7d89c897b1fc0923af9b6742a05040539bad519e6d8fcfa9', 'amz-sdk-invocation-id': b'c2ca0ebd-3226-413e-924a-9236b138545b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:06 GMT', 'x-amzn-requestid': 'MW0yjUZUiwaiKZMkhGSR4TORNBqPtyO6Y4VdVBlmaZqAUI4QoHDu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172006Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172006Z
20251126/us-east-1/s3/aws4_request
4a03a3944737bbe585e23c8268f62861bd679d7bbc1aa70b0448fafde3f22caa
DEBUG    botocore.auth:auth.py:430 Signature:
11d027b307cb562d89267db90bb6de72db401a611c4c4b799b1066185cdbdd3c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172006Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=11d027b307cb562d89267db90bb6de72db401a611c4c4b799b1066185cdbdd3c', 'amz-sdk-invocation-id': b'fe3de930-6d13-4527-8bed-b6fd867dad5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:06 GMT', 'x-amzn-requestid': 'Qs5p1Upsoi96xJof6do3f2l0sPHCx8lYn27Fid6LFu2H8NwRAGHy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c077a892-c38a-4deb-a6ba-ecd39f9a2462, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c077a892-c38a-4deb-a6ba-ecd39f9a2462, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c077a892-c38a-4deb-a6ba-ecd39f9a2462, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ba3ed05f-d9b2-44f9-8509-fa065d988d8d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ba3ed05f-d9b2-44f9-8509-fa065d988d8d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ba3ed05f-d9b2-44f9-8509-fa065d988d8d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172007Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172007Z
20251126/us-east-1/s3/aws4_request
329f0d3f88cf2c4d5739cf4d40d9de4339ffeb1dd3ffa8662cad81b425e83716
DEBUG    botocore.auth:auth.py:430 Signature:
41e4bcbe5b496cc9b74c3cf7e83f3b125be567080ab8a40fd18355c45fa7ad13
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172007Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=41e4bcbe5b496cc9b74c3cf7e83f3b125be567080ab8a40fd18355c45fa7ad13', 'amz-sdk-invocation-id': b'f7d4fef8-22f6-4738-969f-1719cb608e47', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:07 GMT', 'x-amzn-requestid': 'ojId6Q7q5PCeyMmM3RvfSpNlKZ71qJkaN3WSndFwAW8KAxTrQHrH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172007Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172007Z
20251126/us-east-1/s3/aws4_request
5926f2d003a37845ae8ac362159487ad0faf5c5fe3a4b87ecbdada7b9627895b
DEBUG    botocore.auth:auth.py:430 Signature:
5e1fc0c22e9bb6d0a7d09d6fefc07a2aea1815b31786b78509367fc2d0169ef3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172007Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e1fc0c22e9bb6d0a7d09d6fefc07a2aea1815b31786b78509367fc2d0169ef3', 'amz-sdk-invocation-id': b'a073950a-a40b-46f2-bf1f-407d472fab90', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:07 GMT', 'x-amzn-requestid': 'veCGu5AkvqCupuIK7F6bgJgUoYk0yJ4xLyf5kw1kJjSGouHhu9Yf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172007Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172007Z
20251126/us-east-1/s3/aws4_request
a90267cd1a3dd14e4773025a558f0134e386b4bd752fa54b85dab27d0f3255e4
DEBUG    botocore.auth:auth.py:430 Signature:
fb15d4bba3a78f60735079efd09e8aaa523579aba922a4c75ec3cc4a4264596e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172007Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb15d4bba3a78f60735079efd09e8aaa523579aba922a4c75ec3cc4a4264596e', 'amz-sdk-invocation-id': b'f34f27df-5f38-49c3-a914-b066195c246c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:07 GMT', 'x-amzn-requestid': 'ntXblYYUkOgragoGbvpxwpdTmqaRLZe9KKklMd8abDRxdQROxaG6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ecf59cea-b375-46e1-b1cd-1d823afe9db3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ecf59cea-b375-46e1-b1cd-1d823afe9db3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ecf59cea-b375-46e1-b1cd-1d823afe9db3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e03b4134-ff1b-4bf2-ae1c-0b6d32309be7, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e03b4134-ff1b-4bf2-ae1c-0b6d32309be7, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e03b4134-ff1b-4bf2-ae1c-0b6d32309be7, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172008Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172008Z
20251126/us-east-1/s3/aws4_request
ecbaad810d3d5721ceddc45029f0a636a64a3500bddeb515ccdcd3d7187ed221
DEBUG    botocore.auth:auth.py:430 Signature:
312f8131b42476f75702e98c612c33ab205b7c86e5aa4767a6cd33b068c9210e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172008Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=312f8131b42476f75702e98c612c33ab205b7c86e5aa4767a6cd33b068c9210e', 'amz-sdk-invocation-id': b'84bc1feb-00dc-4dd5-a705-48d252e9d1d5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:08 GMT', 'x-amzn-requestid': 'tvZTUnPZKWj8IUHBQVScZAkq4bEnT8cORMgAI8Tk6xtI251r2ixl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172008Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172008Z
20251126/us-east-1/s3/aws4_request
d7832dc4a76128a57afef89368a5942f2f1a7613bc28803431ea0b07616778c5
DEBUG    botocore.auth:auth.py:430 Signature:
b101f47c2621ebf4d380064b823bb7157b99e25eab716341b23f08c6ab15e760
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172008Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b101f47c2621ebf4d380064b823bb7157b99e25eab716341b23f08c6ab15e760', 'amz-sdk-invocation-id': b'b0e3dd6e-98b8-4575-82b5-e70ff342184b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:09 GMT', 'x-amzn-requestid': 'QJWhaJXygkfAw6rdeFLTh2Wfl4pdRG6NTZWVTaHf6EwMVGk5CXhj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172009Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172009Z
20251126/us-east-1/s3/aws4_request
49beb8cda073840b984b2d6b1947c2b5e54f2690c9dfb32b1e2ef0da1deb4be2
DEBUG    botocore.auth:auth.py:430 Signature:
e7af27880fc2ce3a438627ee3fbb8069273de6a7c68f5d8a514665f2571796d8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172009Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e7af27880fc2ce3a438627ee3fbb8069273de6a7c68f5d8a514665f2571796d8', 'amz-sdk-invocation-id': b'179ad146-6d3a-48d3-8051-1c9abc5324d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:09 GMT', 'x-amzn-requestid': 'CU3VP4bdM35AEcOQlMliXlEuiDc27hbWAcQdegZwIFic5tShnQFW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b45bd98-a3d2-4abd-a827-b5516aaa0552, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b45bd98-a3d2-4abd-a827-b5516aaa0552, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9b45bd98-a3d2-4abd-a827-b5516aaa0552, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4b825e1e-dcd7-474d-b08e-0df9e97346d2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4b825e1e-dcd7-474d-b08e-0df9e97346d2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4b825e1e-dcd7-474d-b08e-0df9e97346d2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172010Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172010Z
20251126/us-east-1/s3/aws4_request
577a78e8fdf4ae198da584096af7c69e8b0f6535b3ce8196197238a2d8b69d0d
DEBUG    botocore.auth:auth.py:430 Signature:
80830cfc67e82381c19322f8f833d25721ec233b00954b73c2b676fe13c0acc2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172010Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=80830cfc67e82381c19322f8f833d25721ec233b00954b73c2b676fe13c0acc2', 'amz-sdk-invocation-id': b'6abde843-71af-43c5-aaa6-f001c91e18b1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:10 GMT', 'x-amzn-requestid': '5u0p4GEh7Y8dzzTCz5tCAFAw9JHD5pzILAIUa2eqO6LV71xCvcHm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172010Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172010Z
20251126/us-east-1/s3/aws4_request
0b7f499fc2be4996144ebf0c31969a575ad216aaac44dbf71fda1b0774ce95cb
DEBUG    botocore.auth:auth.py:430 Signature:
5ca307a98aa552ba296fd490d3e054410c11a82d288a504a9db1ac83156458b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172010Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5ca307a98aa552ba296fd490d3e054410c11a82d288a504a9db1ac83156458b1', 'amz-sdk-invocation-id': b'5dc607da-b6e6-431e-90f9-2a47c10361d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:10 GMT', 'x-amzn-requestid': 'krzNgtuGCeX8GGg21ZfzTSpyV9jlOKLwtdeksJjHb8mYBjaO6EKr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172010Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172010Z
20251126/us-east-1/s3/aws4_request
201f7698bc69ac55158ebce49d654ac9b22f425cc24317e37845ba0b1d212e99
DEBUG    botocore.auth:auth.py:430 Signature:
8f408fe7851fcd287ebe4c2fdf296525d8349783cc66f5e66308bea69ce5e8a0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172010Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f408fe7851fcd287ebe4c2fdf296525d8349783cc66f5e66308bea69ce5e8a0', 'amz-sdk-invocation-id': b'4bb670b0-3d17-4362-af12-590fc90b45e2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:10 GMT', 'x-amzn-requestid': 'P8yGTjqdAEvwJkYnVRFu0iRvKdU1awgUhsHcMlClljJBRxw58JqY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7eb0fd1e-c825-4350-828f-07f5ded4451c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7eb0fd1e-c825-4350-828f-07f5ded4451c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7eb0fd1e-c825-4350-828f-07f5ded4451c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5889d032-2454-4a51-89ae-bbd84ee2f103, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5889d032-2454-4a51-89ae-bbd84ee2f103, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5889d032-2454-4a51-89ae-bbd84ee2f103, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172011Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172011Z
20251126/us-east-1/s3/aws4_request
2f3e3cd4a284684bfc6139d05f3be8a74e61acaec7e3664cd6f34d36e8486fa9
DEBUG    botocore.auth:auth.py:430 Signature:
fa3fda753e0ae87c2dcbfe1f567cf5d99447c4df21ebeddb28327dd02ca06041
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172011Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fa3fda753e0ae87c2dcbfe1f567cf5d99447c4df21ebeddb28327dd02ca06041', 'amz-sdk-invocation-id': b'864e4b8f-5a3c-429e-82c1-44ccc96c4781', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:11 GMT', 'x-amzn-requestid': 'QGbkC0ille69zXKe6exSLhCXQfLg03KHIQM9RoC3eIKc30cIqyW6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172011Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172011Z
20251126/us-east-1/s3/aws4_request
71b8ab3d389f4de5ac7eef291396a90986f9d4c4881fa657280507c3c0aab91d
DEBUG    botocore.auth:auth.py:430 Signature:
643a5158640355f5ebd3995e5fc3acb28d10defcb45dd48f3bc00254b4f87ff1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172011Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=643a5158640355f5ebd3995e5fc3acb28d10defcb45dd48f3bc00254b4f87ff1', 'amz-sdk-invocation-id': b'4d7ba3ad-eec6-46ed-9e91-ade41f69cb80', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:11 GMT', 'x-amzn-requestid': 'MiBa0bqlbS584sRZzfL27wk0z3Tws0j8c8FHxqXAT8zSK0TToGtp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172011Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172011Z
20251126/us-east-1/s3/aws4_request
da8dd4cd2ea9f238b2fd3c20ce29938e7dcbf9b6631aa73ff546f47c637d7d7b
DEBUG    botocore.auth:auth.py:430 Signature:
f4c6d43e6bca77849f7e1e0ab213ac548bf7c2124b822d409f1787409b1c367e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172011Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f4c6d43e6bca77849f7e1e0ab213ac548bf7c2124b822d409f1787409b1c367e', 'amz-sdk-invocation-id': b'669699d4-e5fc-478c-9565-b0f0f73cc32c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:11 GMT', 'x-amzn-requestid': 'Ct74Oexf0oSP8a4yfMiLpOHZHuTXa9veYdeUARpykkKnHiqwFGrS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 02cfdb8e-717f-44e7-a2ad-09ead052b360, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 02cfdb8e-717f-44e7-a2ad-09ead052b360, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 02cfdb8e-717f-44e7-a2ad-09ead052b360, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 781f304e-003a-440a-9013-ed8f6ecb7947, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 781f304e-003a-440a-9013-ed8f6ecb7947, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 781f304e-003a-440a-9013-ed8f6ecb7947, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172013Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172013Z
20251126/us-east-1/s3/aws4_request
ed2878cee7450968d63e31238ec65832bcd6e6f5e5dcaf0bbfaebda72b5f011f
DEBUG    botocore.auth:auth.py:430 Signature:
1e1b21641a0989ae7038c6e6c98ed6711a5b89d95c58c4369da35fca08235259
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172013Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e1b21641a0989ae7038c6e6c98ed6711a5b89d95c58c4369da35fca08235259', 'amz-sdk-invocation-id': b'4fcec6c9-1f2d-46be-a964-c182a4e50021', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:13 GMT', 'x-amzn-requestid': 'ZXSRJ2hgTUC0aXtdXxt38CWMqEQwScBke54oRyLpexJvuMIKX64x', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172013Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172013Z
20251126/us-east-1/s3/aws4_request
170087a4f225473f3629305a0672d482de8e737bc57f62e8e8a1a380075fa35a
DEBUG    botocore.auth:auth.py:430 Signature:
1b27941d484593a8615b209cfb01cbce9341623108cdd053d4c154f631a58b29
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172013Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b27941d484593a8615b209cfb01cbce9341623108cdd053d4c154f631a58b29', 'amz-sdk-invocation-id': b'bbfb0beb-c050-4538-af1c-b7451b18f6c5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:13 GMT', 'x-amzn-requestid': 'Fj4TgGeCThRnJuCSIw04iwiphbhbCtcYaN6L5pyNGS5QbRqUOqOA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172013Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172013Z
20251126/us-east-1/s3/aws4_request
0404cfc30fde56a7fa959688816f70a7aabc294b324749419bcd71aa5517787a
DEBUG    botocore.auth:auth.py:430 Signature:
c76b163b0c18213d36496fe8168e3077d3eec8bd1e40a762ce10db9be4f26287
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172013Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c76b163b0c18213d36496fe8168e3077d3eec8bd1e40a762ce10db9be4f26287', 'amz-sdk-invocation-id': b'9cc92125-e02f-4f57-8b9b-8ffb0fb394a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:13 GMT', 'x-amzn-requestid': 'G4zMOfAAG6jTbQkFfeWIQXjFMNDzMmk1EImQmt52DhOovTkBnJ96', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 524f2ffb-c73f-440e-a476-971f4da5fdf4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 524f2ffb-c73f-440e-a476-971f4da5fdf4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 524f2ffb-c73f-440e-a476-971f4da5fdf4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed52e527-d4fc-40c2-9779-25f52c4717bc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed52e527-d4fc-40c2-9779-25f52c4717bc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ed52e527-d4fc-40c2-9779-25f52c4717bc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172014Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172014Z
20251126/us-east-1/s3/aws4_request
0550854b177fbf3649ed8fb1ba7eb51f895bce6aa2ce56328b6763aeb821147d
DEBUG    botocore.auth:auth.py:430 Signature:
d539c9b8eb301640c5ca7c083de682a68ca97840c2f46f175b88ffe4419a289b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172014Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d539c9b8eb301640c5ca7c083de682a68ca97840c2f46f175b88ffe4419a289b', 'amz-sdk-invocation-id': b'6ead7793-e5db-4b00-8b14-c7e4a1de5e81', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:14 GMT', 'x-amzn-requestid': 'OIsX8iAtM0q2gJ2SHhbSoiBuoCNo9IngckVlRmxWOylCJ1dwXUnh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172014Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172014Z
20251126/us-east-1/s3/aws4_request
6ce284d2490037ccca2fffd763e175d38e153f67944fb0cd5fca43d677055aed
DEBUG    botocore.auth:auth.py:430 Signature:
21516194329d420e8cb604b3d2e3ceae06df97c550c97f853f6571271482be2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172014Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21516194329d420e8cb604b3d2e3ceae06df97c550c97f853f6571271482be2b', 'amz-sdk-invocation-id': b'8488b4cf-4dbf-4d00-8ae6-6a18a4ed9711', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:14 GMT', 'x-amzn-requestid': 'cs196e1jJdLZMZ0DD89qdLL5AuFxZj1hhE3BvVTZyWlG1EOo9SmL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172014Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172014Z
20251126/us-east-1/s3/aws4_request
113f1f35b0dc8c03f876c34f9e9fdf71ec289bc62138c7d8767483abf5c7d07f
DEBUG    botocore.auth:auth.py:430 Signature:
88b77d05448834f3dd0c4eb99c43ad6997805d0a8103145a881a25efce0abe87
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172014Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88b77d05448834f3dd0c4eb99c43ad6997805d0a8103145a881a25efce0abe87', 'amz-sdk-invocation-id': b'c684fa35-c738-4efa-ad79-42e070244470', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:14 GMT', 'x-amzn-requestid': 'ChzPYxcscYs51KU7TKZQZWj7yDRoGdlUMOOoNoNe9o5buJq4ybAQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a8e8aa91-4917-4fb0-846e-b7662d618f7d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a8e8aa91-4917-4fb0-846e-b7662d618f7d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a8e8aa91-4917-4fb0-846e-b7662d618f7d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e9a36b6-33e2-403e-acf7-0f5e9c584842, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e9a36b6-33e2-403e-acf7-0f5e9c584842, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7e9a36b6-33e2-403e-acf7-0f5e9c584842, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172015Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172015Z
20251126/us-east-1/s3/aws4_request
93a1579b99b9ae135e4b35ef1dd89438c434ec6e85af876b312ab98425cf1e29
DEBUG    botocore.auth:auth.py:430 Signature:
6f0bb2859661b12d69d678f4a78cfdbe48fe8ef3ad4d428921c2d2f84520bf4a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172015Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f0bb2859661b12d69d678f4a78cfdbe48fe8ef3ad4d428921c2d2f84520bf4a', 'amz-sdk-invocation-id': b'ba9668e6-ef82-4f3d-b27b-83e91c45879e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:15 GMT', 'x-amzn-requestid': 'pL0244QXjKzE1HIFhfmciSluP5U5iRHeD03iqVxoyrroStYQ79ik', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172015Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172015Z
20251126/us-east-1/s3/aws4_request
b56cbc124db2f4900e35df489142f97401dfcf939d8eb29c676cb0211f74acaf
DEBUG    botocore.auth:auth.py:430 Signature:
dc92a4328db28f03658e4838a52b3a918487b38697845b8226b81cf35dcc1619
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172015Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dc92a4328db28f03658e4838a52b3a918487b38697845b8226b81cf35dcc1619', 'amz-sdk-invocation-id': b'02d1d608-8f39-46b3-a0ce-5daa28d14169', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:15 GMT', 'x-amzn-requestid': 'P5AgvoAbd4g09vSiUJOTiiOepSsMUYa5KBnVCeRDd7SBoscuX64M', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172015Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172015Z
20251126/us-east-1/s3/aws4_request
555b9e29bec7d0ebe6996f9211e763f777766478c201b2931889522136c7dc20
DEBUG    botocore.auth:auth.py:430 Signature:
e7c9098cd9706a22336069d90cf519244022be8dfb0a6e964eab930c92c414ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172015Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e7c9098cd9706a22336069d90cf519244022be8dfb0a6e964eab930c92c414ab', 'amz-sdk-invocation-id': b'bc9a9c9a-6b16-4cd5-98ae-6626dc1a0ce0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:15 GMT', 'x-amzn-requestid': 'zD6Ff0zQsBMGQikJc3KGUdoqFoIveP24kzGoWJiNyt6LbZzUy1g5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, edbc7cbd-8dc8-4b31-a639-e906a1aefbfa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, edbc7cbd-8dc8-4b31-a639-e906a1aefbfa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, edbc7cbd-8dc8-4b31-a639-e906a1aefbfa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3147dc57-3c9c-4639-8eea-34176bbae203, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3147dc57-3c9c-4639-8eea-34176bbae203, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3147dc57-3c9c-4639-8eea-34176bbae203, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172017Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172017Z
20251126/us-east-1/s3/aws4_request
e480979b553254c00a8c2e741fd5c7cd2c69487484704c5aa24ea918d6c69383
DEBUG    botocore.auth:auth.py:430 Signature:
ab4f87d9481444dcac82b042551e2dc5da4af3fd0b294bc9afd37293113607c4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172017Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ab4f87d9481444dcac82b042551e2dc5da4af3fd0b294bc9afd37293113607c4', 'amz-sdk-invocation-id': b'6d244be7-c803-4cda-96fa-1184ce8e4cf4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:17 GMT', 'x-amzn-requestid': 'Jat77Teql7v2uNxov7pFX75N0VhgVUxKB5dUnG7AqBed4DvWcTAN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172017Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172017Z
20251126/us-east-1/s3/aws4_request
603e65f401dc24dcd8bfd063ec4b882717923e669e212f56c976704c34f7123e
DEBUG    botocore.auth:auth.py:430 Signature:
bc6c4a3fb0f3d4e42743d75f589103f44474c4c59d04f39af0316cac9f2c6607
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172017Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bc6c4a3fb0f3d4e42743d75f589103f44474c4c59d04f39af0316cac9f2c6607', 'amz-sdk-invocation-id': b'1a7e5516-a245-4339-9003-122e41ab6d83', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:17 GMT', 'x-amzn-requestid': '3Xc0YHumXV2TwVHLKGOAykuOvP7bRgc3IkAgKfapeUIdiPGppr34', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172017Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172017Z
20251126/us-east-1/s3/aws4_request
58a8bb8a09ef3c51c1a43f810adb8768d479648da32b32264e4c6b6cf965044f
DEBUG    botocore.auth:auth.py:430 Signature:
7e3c3c1c4e568b2f313fa74abac09ed7be0f7c87945097506c856d68b05554c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172017Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e3c3c1c4e568b2f313fa74abac09ed7be0f7c87945097506c856d68b05554c0', 'amz-sdk-invocation-id': b'c8f90e88-3753-41ea-bb42-06290d38fae1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:17 GMT', 'x-amzn-requestid': '3y4nc9XxCYrmnNIKVnPgdZwhcbDdUCtOAPDe4m1NNILw9lKn9sQI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0dedca3b-1a74-48c0-a01a-26b66c84093f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0dedca3b-1a74-48c0-a01a-26b66c84093f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0dedca3b-1a74-48c0-a01a-26b66c84093f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 91a498e8-eb32-4970-97a6-aa0dd5a84771, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 91a498e8-eb32-4970-97a6-aa0dd5a84771, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 91a498e8-eb32-4970-97a6-aa0dd5a84771, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172018Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172018Z
20251126/us-east-1/s3/aws4_request
36655bb04621a0035ebc6da1b8080a8fb87814bc5e3108365d211869afae4a90
DEBUG    botocore.auth:auth.py:430 Signature:
fa3efeac91010044af61e82db6a521b6b0a162c6e05d281f98fd5da7bc29ebd1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172018Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fa3efeac91010044af61e82db6a521b6b0a162c6e05d281f98fd5da7bc29ebd1', 'amz-sdk-invocation-id': b'445de1da-2977-4128-9d70-52f94380b67e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:18 GMT', 'x-amzn-requestid': 'eds2840VZXZm0gSf0ePkUYJvuTIq6fSQn5ruWjQDJib2gwjEUlON', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172018Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172018Z
20251126/us-east-1/s3/aws4_request
9ace8181279fa49c5c94574fa933d16ad793a5eee23447d055f27d7b98ef466b
DEBUG    botocore.auth:auth.py:430 Signature:
cfbbe59a8e7eab188c7ccaf260a5c0c2c1838eed3d4ea43fdde8d9110e4fe0d1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172018Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cfbbe59a8e7eab188c7ccaf260a5c0c2c1838eed3d4ea43fdde8d9110e4fe0d1', 'amz-sdk-invocation-id': b'3b58b46f-1f5b-444b-b8de-e78996aaf10c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:18 GMT', 'x-amzn-requestid': 'yuiW9j4tGjMCFSqPdp4eoAq8MB2rflU7Wuk1SvmKkIA14H84L5bM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172018Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172018Z
20251126/us-east-1/s3/aws4_request
e7e46eabc5905b72ee093eff7c588006c6d5dec5ebe97d623f3d89088246dc98
DEBUG    botocore.auth:auth.py:430 Signature:
f4784ecbb5dafc6ab1b71af6b0717697616aef23d22b09313f3733fbddb0ff05
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172018Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f4784ecbb5dafc6ab1b71af6b0717697616aef23d22b09313f3733fbddb0ff05', 'amz-sdk-invocation-id': b'ea841907-9b1b-4999-ac07-74236b8b7d30', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:18 GMT', 'x-amzn-requestid': 'fRXhPg1pJC3JmQUz1wgL5TDxVkMv9jn21AnpcCNGLjdSwDN5q1UT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 16d6e1ed-de6a-4733-ba1d-f6ad712cc68a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 16d6e1ed-de6a-4733-ba1d-f6ad712cc68a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 16d6e1ed-de6a-4733-ba1d-f6ad712cc68a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 89bc4e21-a591-4a2d-b5d9-eb98efa85cbc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 89bc4e21-a591-4a2d-b5d9-eb98efa85cbc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 89bc4e21-a591-4a2d-b5d9-eb98efa85cbc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172020Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172020Z
20251126/us-east-1/s3/aws4_request
6c6981b067b47da307c1dba682d47cc51b5a4a6fea2d5259a7c645bb8530d345
DEBUG    botocore.auth:auth.py:430 Signature:
bf02ae54b0d5e858b0b019db2d617ce29fd379690b3ec85639b0f184df703dbc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172020Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bf02ae54b0d5e858b0b019db2d617ce29fd379690b3ec85639b0f184df703dbc', 'amz-sdk-invocation-id': b'c2473b1c-de64-4229-9707-ea67e5604055', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:20 GMT', 'x-amzn-requestid': 'gTd3I4B2rj0jwuFHnlw7EIfmoC8L1gEj89y533xWmOWdLzQMZ9jE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172020Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172020Z
20251126/us-east-1/s3/aws4_request
e23d031bb79b710279019ab3309d2879cb95d44a488283e9a0e3f21e37264d4b
DEBUG    botocore.auth:auth.py:430 Signature:
55fbbdbb1caec271a7f8f98ca3fa3ce591f74d998da715c3436b8d4a5bbd5d6a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172020Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=55fbbdbb1caec271a7f8f98ca3fa3ce591f74d998da715c3436b8d4a5bbd5d6a', 'amz-sdk-invocation-id': b'424eb111-0f1b-40e7-b4d2-2ce4e741ee42', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:20 GMT', 'x-amzn-requestid': '56mwsEugEOiegpUPBYz933Wq7Xe0mpjrJ3vM1UQWIsJVr9eTPz0U', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172020Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172020Z
20251126/us-east-1/s3/aws4_request
d5ab6485f2c543d9054a17c1ef98ee4b915e6cc0b848724d7cfd8bb4c0eabde5
DEBUG    botocore.auth:auth.py:430 Signature:
3d262a9209cdaa46a8ca5197805260e0a159291651dc8532d9c858aeecbdf77f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172020Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3d262a9209cdaa46a8ca5197805260e0a159291651dc8532d9c858aeecbdf77f', 'amz-sdk-invocation-id': b'fd5db2d9-02eb-4cb2-9bcc-6ed29b9dcb93', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:20 GMT', 'x-amzn-requestid': 'upELRbmVpR3V3Uz5Ue4wK6d3d1qoQ8QsTBmLWy31Whqk2fspKmCo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cd6b14a0-725b-4c9b-89e2-1f16e6b90e98, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cd6b14a0-725b-4c9b-89e2-1f16e6b90e98, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cd6b14a0-725b-4c9b-89e2-1f16e6b90e98, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 03e2133c-c1e1-4ec4-857d-92da1e12107c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 03e2133c-c1e1-4ec4-857d-92da1e12107c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 03e2133c-c1e1-4ec4-857d-92da1e12107c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172021Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172021Z
20251126/us-east-1/s3/aws4_request
e6c8c1f6de3fcc140ab952d3c137da75ec000a919561b66a1e4adf13ecf77d7c
DEBUG    botocore.auth:auth.py:430 Signature:
50214a12f9deaaad2cde1975e54540c79e9f179d8c0a1e5eee82806355217685
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172021Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=50214a12f9deaaad2cde1975e54540c79e9f179d8c0a1e5eee82806355217685', 'amz-sdk-invocation-id': b'8e5c99a2-a021-4518-af48-78e3cdc765d8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:21 GMT', 'x-amzn-requestid': 'EwkbLA5O9TwfrRPlmzSET9jDU8A7prZfW6IdDr2ZlYnij8ZSdMw7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172021Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172021Z
20251126/us-east-1/s3/aws4_request
18dc1f1b6f366cba2996d26dc12d3eb304807bda2544b9e81d8d7038e8634628
DEBUG    botocore.auth:auth.py:430 Signature:
9d083f9d3c6ebab80e3757032b3bb3de776eae47ef04b39d64f287d92e1ac6cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172021Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9d083f9d3c6ebab80e3757032b3bb3de776eae47ef04b39d64f287d92e1ac6cf', 'amz-sdk-invocation-id': b'd2c4dc69-9d2d-4a85-87d0-972e45792897', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:21 GMT', 'x-amzn-requestid': '7f2Ipfkas2z0Y9mTYUA2SWRyWyfly2Nlwdd1lQl7y4OHnwz07Tt7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172021Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172021Z
20251126/us-east-1/s3/aws4_request
1e6d549acb071f731cba1042dde2a21d2f535203140afef16aabcef6dac50ec5
DEBUG    botocore.auth:auth.py:430 Signature:
ebe20158f6ecea641bba91b26caa70cbc85950badfaee8b4fa83ebcc01cf5509
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172021Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ebe20158f6ecea641bba91b26caa70cbc85950badfaee8b4fa83ebcc01cf5509', 'amz-sdk-invocation-id': b'2637cfd8-9c4e-44d7-8661-83a5076f7ca9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:21 GMT', 'x-amzn-requestid': 'kfaHMoM4M10ASoAsr62Uxd2bQjhWDW5j0uiUtTkUUhm44NFrSLoD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 42daa025-665c-41ca-a870-099a903881f0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 42daa025-665c-41ca-a870-099a903881f0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 42daa025-665c-41ca-a870-099a903881f0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 842ea395-dae7-4372-8115-aaa0b932d4a0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 842ea395-dae7-4372-8115-aaa0b932d4a0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 842ea395-dae7-4372-8115-aaa0b932d4a0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172022Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172022Z
20251126/us-east-1/s3/aws4_request
4998162f7cbacf07c1a15317a76d48dae8bf54f56e18abc09ae23fce466ab393
DEBUG    botocore.auth:auth.py:430 Signature:
0c206645a6a30460ec22a8b5f37b367a04d1f7471a12f34528c7d2c920ee610d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172022Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c206645a6a30460ec22a8b5f37b367a04d1f7471a12f34528c7d2c920ee610d', 'amz-sdk-invocation-id': b'9817e7d3-0c47-4460-ab39-b60f9f3dab31', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:22 GMT', 'x-amzn-requestid': 'SsYwEvCSl51GUqC5uWBveIj6S8DgcPgfikeu5R1TK9QDT3g0gcZb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172022Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172022Z
20251126/us-east-1/s3/aws4_request
32580d0921a6bf81c53f8951524d23c4a71005517512917eabac1215c6976691
DEBUG    botocore.auth:auth.py:430 Signature:
caccd5aabc9ea6aac2c64d4aa94614dbd7053097107c0c290b81dab33dddfec2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172022Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=caccd5aabc9ea6aac2c64d4aa94614dbd7053097107c0c290b81dab33dddfec2', 'amz-sdk-invocation-id': b'c3ff7f64-dc1f-430d-9c4a-0419fc3c0013', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:22 GMT', 'x-amzn-requestid': '51hhzeLumvjlBKLRaW6WiKTBZUfEMD9meONNUiZcizRMAyGL0gw9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172022Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172022Z
20251126/us-east-1/s3/aws4_request
2c363f4556b5cf548a576773ebce9c15dfa13bc72c52296fdd86c87a3fafd83f
DEBUG    botocore.auth:auth.py:430 Signature:
b7f2f4f7018bf21df047e1cd2be3a20ee016cbccda0f5a2ce75a7926e3ddcfb2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172022Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b7f2f4f7018bf21df047e1cd2be3a20ee016cbccda0f5a2ce75a7926e3ddcfb2', 'amz-sdk-invocation-id': b'ed078172-704e-4bb3-a1fd-b5bfc54b7cd2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:22 GMT', 'x-amzn-requestid': 'l80x6M0XFNWHesYBnEAJ9MYyqqS50liMbx3fQh3GuDvJhPDxFHF6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0f2b57c6-a4d5-4fe3-8368-f12009f5be5d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0f2b57c6-a4d5-4fe3-8368-f12009f5be5d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0f2b57c6-a4d5-4fe3-8368-f12009f5be5d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 81d1171f-f4fd-4740-bc87-7d7b57666edd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 81d1171f-f4fd-4740-bc87-7d7b57666edd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 81d1171f-f4fd-4740-bc87-7d7b57666edd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172024Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172024Z
20251126/us-east-1/s3/aws4_request
b624ef0ee2976390f435e6560becc95b749279af4a53892db4813255905a1717
DEBUG    botocore.auth:auth.py:430 Signature:
4ad825431a6b0362d9f54bb7ffb36995cd7f0f7f54d1067e4281596b3f38709d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172024Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ad825431a6b0362d9f54bb7ffb36995cd7f0f7f54d1067e4281596b3f38709d', 'amz-sdk-invocation-id': b'11a89951-64db-416a-8b8b-b8503a4deac1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:24 GMT', 'x-amzn-requestid': 'd6LZeEWMKgrWZc3w7WJrNMEhFY6s9Tcpx4MHlQIELlLuykdamDwy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172024Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172024Z
20251126/us-east-1/s3/aws4_request
51796333306fbc6df11451c5f231b1805316d400462f9c9593b18c579517d92b
DEBUG    botocore.auth:auth.py:430 Signature:
443d21d2d511ddf9f6af955461f9c9dadebb42e954503e491c446f8b4cf4e5c1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172024Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=443d21d2d511ddf9f6af955461f9c9dadebb42e954503e491c446f8b4cf4e5c1', 'amz-sdk-invocation-id': b'b6e3114c-5bea-497a-b286-8eac994b100c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:24 GMT', 'x-amzn-requestid': '6pwsU90YmPlJ2NBQPEFxTbUfWLPdbNiXa1OG9XU94ugwel9l4Fwx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172024Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172024Z
20251126/us-east-1/s3/aws4_request
87d4a458f8abff7c0ebd8f82c1499482ad89b4c9b93ddf871bca843c212aa598
DEBUG    botocore.auth:auth.py:430 Signature:
aa9a948de5186102ef788f9be2191caa9eb702b1909fd0f29cfe9802e147eb61
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172024Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa9a948de5186102ef788f9be2191caa9eb702b1909fd0f29cfe9802e147eb61', 'amz-sdk-invocation-id': b'1a6a6d2a-42f8-4ea7-93ee-340f0dec0a06', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:24 GMT', 'x-amzn-requestid': 'P0OQY5WxYJLX0BKjoQdnA4B42yvPn6ebnQI9gyxJfOMmtIfMUcOV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 92ea9fb1-80d3-4812-8129-4cc8bda969e1, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 92ea9fb1-80d3-4812-8129-4cc8bda969e1, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 92ea9fb1-80d3-4812-8129-4cc8bda969e1, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4b792534-90d3-4127-95d4-827a99614fc5, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4b792534-90d3-4127-95d4-827a99614fc5, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4b792534-90d3-4127-95d4-827a99614fc5, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172025Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172025Z
20251126/us-east-1/s3/aws4_request
ce30988557f56c6b02b5fd8bed157764104d4392f16514dba1e9a7668d02d2a8
DEBUG    botocore.auth:auth.py:430 Signature:
378b7f591f5ba2341fa1a6c8799110e503a649c82d095381cac9659acb8bc642
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172025Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=378b7f591f5ba2341fa1a6c8799110e503a649c82d095381cac9659acb8bc642', 'amz-sdk-invocation-id': b'219ce796-c76c-4d67-815d-ed84fc7a4fee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:25 GMT', 'x-amzn-requestid': 'Rx3nnZKOBYxTHyyvcVo27lYVjUOGBPtuvef4lgNXQHZpnqqwog5O', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172025Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172025Z
20251126/us-east-1/s3/aws4_request
443017ba0ce581186f64cd0393e87547532b007a067886208c4a697b3c891e52
DEBUG    botocore.auth:auth.py:430 Signature:
192183ff206d85fbca8025fa5e860f94dc626a52cc0dfa6b1ecb77cdcdb25eb2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172025Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=192183ff206d85fbca8025fa5e860f94dc626a52cc0dfa6b1ecb77cdcdb25eb2', 'amz-sdk-invocation-id': b'318d8add-86d9-437d-a87b-d6b6bb632702', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:25 GMT', 'x-amzn-requestid': 'TrtPC8drOzFQPV8HmYT5ahalPhkteDtCmf6Bjkb1BeePAbNsPbW2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172025Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172025Z
20251126/us-east-1/s3/aws4_request
46fbfc4d551b10a6edebc7b0a76f42b4261bbcb8379d93be0d0efdf0b187438f
DEBUG    botocore.auth:auth.py:430 Signature:
9d25dcc135e4b3f3a33957c3fef19064b1e9e18558143505a2ed7ab6c30c60d2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172025Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9d25dcc135e4b3f3a33957c3fef19064b1e9e18558143505a2ed7ab6c30c60d2', 'amz-sdk-invocation-id': b'fdb8eb8e-6daa-4633-b2f4-b2314973dd00', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:25 GMT', 'x-amzn-requestid': 'iyCF6vlwZtTrPvRSe3SlvlhRk7y6uS4gN4mwfCqCXqg8C7J1ZgVg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 199dea07-1162-458d-84ca-928760df7c21, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 199dea07-1162-458d-84ca-928760df7c21, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 199dea07-1162-458d-84ca-928760df7c21, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4c88b27-46e7-45cb-8b6b-a914550da9d0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4c88b27-46e7-45cb-8b6b-a914550da9d0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4c88b27-46e7-45cb-8b6b-a914550da9d0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172026Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172026Z
20251126/us-east-1/s3/aws4_request
80e4ee267d4d165af94a410d099a891c44f0f63d4400be618bc63e62de31a90f
DEBUG    botocore.auth:auth.py:430 Signature:
180e4624eab2d1a5c4d5e408f8e46ad568adc42af7d2e19fe8ac48d2e03cc20d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172026Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=180e4624eab2d1a5c4d5e408f8e46ad568adc42af7d2e19fe8ac48d2e03cc20d', 'amz-sdk-invocation-id': b'd75a74d7-6ab0-43c8-b591-eaa1aea30d0a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:26 GMT', 'x-amzn-requestid': 'If1VaK8nTdIjIx4AQ8SgKsdLVG5bB7g8zruNMjC3wWmVZctfLn66', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172026Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172026Z
20251126/us-east-1/s3/aws4_request
e4d4873967eebdc4a77501183783fd8944cb1f55ee16dbf311f2b892b963a877
DEBUG    botocore.auth:auth.py:430 Signature:
3d0de4745225f4eacf060fb8141962210c8c2d7238d07470a989dfcd610bde82
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172026Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3d0de4745225f4eacf060fb8141962210c8c2d7238d07470a989dfcd610bde82', 'amz-sdk-invocation-id': b'1db3adeb-cb79-43fb-bfd8-f66c113fe5e0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:26 GMT', 'x-amzn-requestid': 'RXnbbvq3dIlP0SWsDhuiPX6JOlCxPoMIhZlAytBlF2NyFNZAA055', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172026Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172026Z
20251126/us-east-1/s3/aws4_request
248e99b0e43c46d3c71c51c64ab92b8fce38690b87d56c60a9b46db24780949b
DEBUG    botocore.auth:auth.py:430 Signature:
9c14996ad196c727e9f3297993f685e0e6f880d5b3b5919371ae745364597735
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172026Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9c14996ad196c727e9f3297993f685e0e6f880d5b3b5919371ae745364597735', 'amz-sdk-invocation-id': b'05acb181-cbc4-4434-a8af-75306a91dd84', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:26 GMT', 'x-amzn-requestid': 'cAvW8xDbbhZry7bQNjQYrkUkCLK0yRQHBZwgwWNmlgxUGn24jpDw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8b843b3a-7ffe-41e7-9658-fb3dd00b16d9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8b843b3a-7ffe-41e7-9658-fb3dd00b16d9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8b843b3a-7ffe-41e7-9658-fb3dd00b16d9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, df95fb4b-5fc4-4449-9b44-4f4375108879, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, df95fb4b-5fc4-4449-9b44-4f4375108879, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, df95fb4b-5fc4-4449-9b44-4f4375108879, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172028Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172028Z
20251126/us-east-1/s3/aws4_request
e588676e38b307704fdbb7904e54cf33431c07910f0b63995138befa3eb66846
DEBUG    botocore.auth:auth.py:430 Signature:
efa5815d09bb3eb50eda5386eeb8b02d9e50eb8ef9b0b5c2b4b0dffb10583977
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172028Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=efa5815d09bb3eb50eda5386eeb8b02d9e50eb8ef9b0b5c2b4b0dffb10583977', 'amz-sdk-invocation-id': b'7ec40436-e218-461a-9963-21167d2287b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:28 GMT', 'x-amzn-requestid': 'pZX7suAGkfdYrxu39pXl07gRO3ghndX3ZWe970WfaO6J8adAbGmV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172028Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172028Z
20251126/us-east-1/s3/aws4_request
b575a0eb2f9abdf6a00a357d4a258353efe3f3331470a183b181be173bd2e8a3
DEBUG    botocore.auth:auth.py:430 Signature:
5e1e2df12da8d57d2f5bb1ecdf05fc676756300dbc0529e58e4fe925f9e8315b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172028Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e1e2df12da8d57d2f5bb1ecdf05fc676756300dbc0529e58e4fe925f9e8315b', 'amz-sdk-invocation-id': b'27dc7f01-dd67-4b09-a108-549023ce3bb6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:28 GMT', 'x-amzn-requestid': '10cZH3Ee87OoSvnNyStqdcPZy4YLYZHvpw0ofqJYWOgvEMPSPp6y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172028Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172028Z
20251126/us-east-1/s3/aws4_request
a6f025652f34c149a1df06c12658f91acbf3ce2630911dec901c68ee5b7a2b3d
DEBUG    botocore.auth:auth.py:430 Signature:
38bd920f4f4d829f6cd716fdacac39aca398ec0adb1c605be30d0108a1a09c1c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172028Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38bd920f4f4d829f6cd716fdacac39aca398ec0adb1c605be30d0108a1a09c1c', 'amz-sdk-invocation-id': b'd4b8c797-a4bf-4f57-831c-3d78702eb11c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:28 GMT', 'x-amzn-requestid': 'LJnIZIvDLsW6WyExWBuEn2nwy4lKsCgib3OmJGQBdUeXHlX4LBqP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b795fbe0-6915-46d0-826e-1f0f8bb13498, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b795fbe0-6915-46d0-826e-1f0f8bb13498, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b795fbe0-6915-46d0-826e-1f0f8bb13498, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 56dabb6a-e342-4d79-b319-e70c2e6a80e3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 56dabb6a-e342-4d79-b319-e70c2e6a80e3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 56dabb6a-e342-4d79-b319-e70c2e6a80e3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172029Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172029Z
20251126/us-east-1/s3/aws4_request
96fcefd371eaf5a036dc2f779e3ef9a513f6cbde1a6cf3d5ec69006c9fae6fd9
DEBUG    botocore.auth:auth.py:430 Signature:
9ed8c86554ea74f188f76c26fa0c159dd29e3f6a97768e797d293dd703fafb55
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172029Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9ed8c86554ea74f188f76c26fa0c159dd29e3f6a97768e797d293dd703fafb55', 'amz-sdk-invocation-id': b'21aeb42d-8d2d-4a3b-8554-798347f98209', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:29 GMT', 'x-amzn-requestid': 'IL0ThGDEuIqbF0Juz5JEke8g4XNYJhFM9JHFkYjjZSRDXD4EYZ2L', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172029Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172029Z
20251126/us-east-1/s3/aws4_request
217caf27e5496ba7c13f4a63e82799d0f033faa1a8b29996b53bfd6b789a7f80
DEBUG    botocore.auth:auth.py:430 Signature:
b0925ca41a9922745e0ebf08cc7a5145849b1334012bd6ea89a075844b1abf43
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172029Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b0925ca41a9922745e0ebf08cc7a5145849b1334012bd6ea89a075844b1abf43', 'amz-sdk-invocation-id': b'03cb4833-9fa3-41e9-877c-383efec34624', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:29 GMT', 'x-amzn-requestid': 'BwlHlU1JevvsXh8eh7WBEgGTGwZJpoKy1hVDRSwVVmWvNBNeq24t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172029Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172029Z
20251126/us-east-1/s3/aws4_request
90fd39540da780a65cd5e5e76eb8a83e1235783100097f5e262061f022533dd3
DEBUG    botocore.auth:auth.py:430 Signature:
8f21a6cd2d6caba8297ab6e3c8c96344fcfdd8218b50655b40976d30e43e11a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172029Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f21a6cd2d6caba8297ab6e3c8c96344fcfdd8218b50655b40976d30e43e11a8', 'amz-sdk-invocation-id': b'bdd40a73-ae0a-4d10-8d36-6c856fffcc12', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:29 GMT', 'x-amzn-requestid': 'ZnZA1NG15o3ZY5kOpCsodkNDQ7jEjv66HQwvHMSJIptSvOL1WCiy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 68386015-041d-4b1b-bec1-a83eb6686528, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 68386015-041d-4b1b-bec1-a83eb6686528, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 68386015-041d-4b1b-bec1-a83eb6686528, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8a62172a-26dd-4ba9-a579-0bad7fb58f1f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8a62172a-26dd-4ba9-a579-0bad7fb58f1f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8a62172a-26dd-4ba9-a579-0bad7fb58f1f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172031Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172031Z
20251126/us-east-1/s3/aws4_request
623d8856ff86d5b6805dc7dae7123ff8720bdf7e433ff398504a57f2e7fc959d
DEBUG    botocore.auth:auth.py:430 Signature:
1cc89679c1daab55ad8d2efc9ff2a41ba32026e7f701b9595269fd99dd6520e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172031Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1cc89679c1daab55ad8d2efc9ff2a41ba32026e7f701b9595269fd99dd6520e0', 'amz-sdk-invocation-id': b'9933a5d9-e33d-44d7-bb15-7497ea8291ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:31 GMT', 'x-amzn-requestid': 'SGyOONOr4Xti8SHupEI0tawUI9kCQ4oHOFpKb3KxrWt9nj4fEAnM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172031Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172031Z
20251126/us-east-1/s3/aws4_request
6ca7157a6090664328290fc86d716024e76901a298470779313f450ee77a6133
DEBUG    botocore.auth:auth.py:430 Signature:
55889ddcaf913c605e3f0ad96b7e2d0d7a3fab79cc465194a56d93cfd46f4a9d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172031Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=55889ddcaf913c605e3f0ad96b7e2d0d7a3fab79cc465194a56d93cfd46f4a9d', 'amz-sdk-invocation-id': b'db9fd145-e9cc-48f0-a053-eb9facba6f0d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:31 GMT', 'x-amzn-requestid': 'iJ6gQoeMruTeku7dqqkCCic6KNjKcK4JR1vx3qchSThbpS5cJqxl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172031Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172031Z
20251126/us-east-1/s3/aws4_request
c973ab9db62f17196fe7844e8923ca69ddb892760322629de3468b25417450d0
DEBUG    botocore.auth:auth.py:430 Signature:
52a189b676fb84dbd74b2755427a26707dbf1131faecfe27fd512511c8e45985
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172031Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=52a189b676fb84dbd74b2755427a26707dbf1131faecfe27fd512511c8e45985', 'amz-sdk-invocation-id': b'bc9788b1-2d30-42b7-829b-a646573efbc3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:31 GMT', 'x-amzn-requestid': '2t2hg4YqmpOw9qCQl4Apzf8waMsaZ4qvbv8erRoengTyrCa6PoMa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c70ed7bd-b108-49b6-a4ae-b4a36d887ed2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c70ed7bd-b108-49b6-a4ae-b4a36d887ed2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c70ed7bd-b108-49b6-a4ae-b4a36d887ed2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8018f337-4979-4437-9504-51e9bb05943c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8018f337-4979-4437-9504-51e9bb05943c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8018f337-4979-4437-9504-51e9bb05943c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172032Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172032Z
20251126/us-east-1/s3/aws4_request
32de546256524e61efb1b968b2ec7d32aaf3f83ad9b3cdef1a1cc2e253775a1d
DEBUG    botocore.auth:auth.py:430 Signature:
cf60e455d149ec6ac05bde2e855cc396e9261f43e2f4977c722c2b595b3aaf9b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172032Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cf60e455d149ec6ac05bde2e855cc396e9261f43e2f4977c722c2b595b3aaf9b', 'amz-sdk-invocation-id': b'cd2cc818-677f-4429-b068-2a72de8651b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:32 GMT', 'x-amzn-requestid': '35IYFo2cat0UkQxe764pZH3ms6vvlEMW6qxzSeNvXlDtHllbZl7d', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172032Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172032Z
20251126/us-east-1/s3/aws4_request
2e01230dab5d09e82955ea4413c0cde19d53088db8340e79ef4491d2259c5cf3
DEBUG    botocore.auth:auth.py:430 Signature:
757af2474a2e2c8a4081ba7f9b9854039070e3d5c93e42793924e4081b96031e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172032Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=757af2474a2e2c8a4081ba7f9b9854039070e3d5c93e42793924e4081b96031e', 'amz-sdk-invocation-id': b'e65e1136-6741-426b-a617-8278d91e24e3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:32 GMT', 'x-amzn-requestid': 'I5FvKSVSLWYC1a6JU9vSuZs7t2LCyUKfjzPilGqYBgtWI2oub9Yf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172032Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172032Z
20251126/us-east-1/s3/aws4_request
d11041980fb25feb29bcba0673fe8b7d221afe00692c16cf6921a447a017bc55
DEBUG    botocore.auth:auth.py:430 Signature:
243c645ccf1adbd3014a139dbcf7a73b296052699cec118e421022b98ffbf06f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172032Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=243c645ccf1adbd3014a139dbcf7a73b296052699cec118e421022b98ffbf06f', 'amz-sdk-invocation-id': b'41d6f074-027c-4b76-a0bd-7b77eb2834a4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:32 GMT', 'x-amzn-requestid': 'B83A5XotEEHRORhu6UMLFcK6sOK2lz4aTorvy7quGQBsWnF4WlAi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bde84967-1a74-467b-bf77-2ed2343361b8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bde84967-1a74-467b-bf77-2ed2343361b8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bde84967-1a74-467b-bf77-2ed2343361b8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c422cc1b-dc8a-4934-a5f5-542d572b722e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c422cc1b-dc8a-4934-a5f5-542d572b722e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c422cc1b-dc8a-4934-a5f5-542d572b722e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172033Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172033Z
20251126/us-east-1/s3/aws4_request
fae125963b7da24a54f60c0c3aae0af9de580ed5990555b6f8f0527d77aa7b1d
DEBUG    botocore.auth:auth.py:430 Signature:
6e76891c807e812984850553eaea6a524d96b0f00aa4d66deceefe7a57ebceb3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172033Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e76891c807e812984850553eaea6a524d96b0f00aa4d66deceefe7a57ebceb3', 'amz-sdk-invocation-id': b'29e8a8dc-9c0c-42bf-9c3a-63b819854faa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:33 GMT', 'x-amzn-requestid': '18LJqE8KZ3v6q0lYRKT3Vr4QcN3vPBIxthuEjGM7szE1cO3i1R6v', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172033Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172033Z
20251126/us-east-1/s3/aws4_request
0dfa2e2444a3035ed972caf164212a475f42ba09cf637b9f3b799470b6a4474f
DEBUG    botocore.auth:auth.py:430 Signature:
13a69812f4f1aaf1d4aa1c2e3686d07fe531d874a593c4aa32b7543fc29b774d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172033Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=13a69812f4f1aaf1d4aa1c2e3686d07fe531d874a593c4aa32b7543fc29b774d', 'amz-sdk-invocation-id': b'811884ba-bf8a-4749-85ad-6858a2a0a891', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:33 GMT', 'x-amzn-requestid': 'VIrvLk9h2298hVO0yXysfhbIRrnq0fsuYHmqsLyXXawfaZlYZ3PW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172033Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172033Z
20251126/us-east-1/s3/aws4_request
9a4e3b6b9a75d0055581fa2b04f4ff3057505a19a076ae76ddee076ab4ad7aa6
DEBUG    botocore.auth:auth.py:430 Signature:
08b4db2af45064171bba956dbcc3aeb255cc06c1b0165f3c2f0e04161214a717
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172033Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=08b4db2af45064171bba956dbcc3aeb255cc06c1b0165f3c2f0e04161214a717', 'amz-sdk-invocation-id': b'08430e2c-9da0-4c74-97b7-d41142ff10be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:33 GMT', 'x-amzn-requestid': 'N0Uxh5UduS7cLy5L4PGA9T3dCudIZtoVdiqkN5rjO7FjUW82gof1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b44a852-347d-42aa-a9c2-a479318f97fa, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b44a852-347d-42aa-a9c2-a479318f97fa, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9b44a852-347d-42aa-a9c2-a479318f97fa, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2b5dfc79-a5ae-4ba8-9717-33d68d74f3a4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2b5dfc79-a5ae-4ba8-9717-33d68d74f3a4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2b5dfc79-a5ae-4ba8-9717-33d68d74f3a4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172035Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172035Z
20251126/us-east-1/s3/aws4_request
460d9858c699308ee4b4029043973afb3b19777fcf728fe61c7a36fa46ed5d17
DEBUG    botocore.auth:auth.py:430 Signature:
aa05d264f1f226e67712c3d0bc0a00206697bd13e4f97977723e75d9ae0b3cce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172035Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa05d264f1f226e67712c3d0bc0a00206697bd13e4f97977723e75d9ae0b3cce', 'amz-sdk-invocation-id': b'6fa6870e-10f2-44ea-beec-ffc3d54ef2fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:35 GMT', 'x-amzn-requestid': 'EecwhrQsJqTPtCh2yxf3nADaOFjLtuyOb5hlrQolHcTiMCXeMYSr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172035Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172035Z
20251126/us-east-1/s3/aws4_request
248aa731811ef1bfcb66c1ead20e79e13c688d36b43fb8cda13eada3d49fdecf
DEBUG    botocore.auth:auth.py:430 Signature:
7365c80bdc4cc5ce7e6ec8871f8507eea01f850bb1ca98ba1e2dd892f5c657bd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172035Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7365c80bdc4cc5ce7e6ec8871f8507eea01f850bb1ca98ba1e2dd892f5c657bd', 'amz-sdk-invocation-id': b'3dcc8b67-52e0-427d-b884-8d08a3fa445f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:35 GMT', 'x-amzn-requestid': '2r1EkjZprxG5uYSjzYBLQ2L7BbMtODe3RPJjXF54cFRXOFXU4U64', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172035Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172035Z
20251126/us-east-1/s3/aws4_request
d9da9c4aacf08634a571044cae2a6105fc54f8ce1c973f05f4b7695b75463823
DEBUG    botocore.auth:auth.py:430 Signature:
8bfeb6dd94bab42b0c7dbf942ad58ee7c7a062c9e31b074bd0d49a3aab9f35e2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172035Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8bfeb6dd94bab42b0c7dbf942ad58ee7c7a062c9e31b074bd0d49a3aab9f35e2', 'amz-sdk-invocation-id': b'69b9cf09-02c1-4b9d-8fb6-9d5106810aac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:35 GMT', 'x-amzn-requestid': 'QKcMByXoDri4uC7ORCQPM7UI6EPzwbAbDCMmklLvSuNxzSFvKxzK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 118670f3-1f80-43d5-9a14-45b58f6ee9a3, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 118670f3-1f80-43d5-9a14-45b58f6ee9a3, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 118670f3-1f80-43d5-9a14-45b58f6ee9a3, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b6d0d474-196e-4524-8b21-44ad8c5d2f4d, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b6d0d474-196e-4524-8b21-44ad8c5d2f4d, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b6d0d474-196e-4524-8b21-44ad8c5d2f4d, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172036Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172036Z
20251126/us-east-1/s3/aws4_request
978cc5fd89f65480f5551f16244210f78734e7f52000de19295c3ac9959f5fc9
DEBUG    botocore.auth:auth.py:430 Signature:
511f492973070804e5394d476430acbd05848dfba2dfb3e156e1a953f691efb8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172036Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=511f492973070804e5394d476430acbd05848dfba2dfb3e156e1a953f691efb8', 'amz-sdk-invocation-id': b'abdb6ce4-a081-4deb-9e80-726419ead938', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:36 GMT', 'x-amzn-requestid': 'bj3ChPx8MFTG3MzlhSfi4xwi7Grb0JrfYWsSY730qKszGUOj4hfz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172036Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172036Z
20251126/us-east-1/s3/aws4_request
273a2e0aa9f8a57c19dd90c9c997e49c10eaa7061b3532b6e2d4489b3449c79a
DEBUG    botocore.auth:auth.py:430 Signature:
ba36df464905505ff6d292f31498015c0812637d904b37a736a367fe989285b9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172036Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba36df464905505ff6d292f31498015c0812637d904b37a736a367fe989285b9', 'amz-sdk-invocation-id': b'afe7046e-aa08-4341-bb3d-5b817240e100', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:36 GMT', 'x-amzn-requestid': 'n3iOa1DJNWw413FyXOnLEP8x0dslMwrRnW2snzUjkycyvmVxqtW5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172036Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172036Z
20251126/us-east-1/s3/aws4_request
e01dad6889294ddc042cc1d956ec7d8161975ecc649a9e5a5c8c6054c887155f
DEBUG    botocore.auth:auth.py:430 Signature:
f26013abafe343bc3c4838f693a44484aac06b05b1fcca9aa6dcbd2e6b3a2495
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172036Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f26013abafe343bc3c4838f693a44484aac06b05b1fcca9aa6dcbd2e6b3a2495', 'amz-sdk-invocation-id': b'70d514c8-83f5-41dd-a58a-247224944f4a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:36 GMT', 'x-amzn-requestid': '8Vm6teFhDtHl5tKVY9SfGxLX6OWSIzjrwWZjAFBwhKj3hcTTkyYI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b11413fe-2db0-4d6a-a516-8386197cafd6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b11413fe-2db0-4d6a-a516-8386197cafd6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b11413fe-2db0-4d6a-a516-8386197cafd6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d85f5658-7b85-47b8-94d5-1cc463a7aba4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d85f5658-7b85-47b8-94d5-1cc463a7aba4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d85f5658-7b85-47b8-94d5-1cc463a7aba4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172037Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172037Z
20251126/us-east-1/s3/aws4_request
4df573ed767fdd226b444f635cf2470743e98d5889e891a4b26eb6f67ee216a4
DEBUG    botocore.auth:auth.py:430 Signature:
005ae939cc43f5cccd3e3c706cab63fc16a3ae17f4fe5efbad113ad7b21f9df9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172037Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=005ae939cc43f5cccd3e3c706cab63fc16a3ae17f4fe5efbad113ad7b21f9df9', 'amz-sdk-invocation-id': b'7cc30069-945d-4010-9711-cef2da8d3270', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:37 GMT', 'x-amzn-requestid': '3RpsH6h3U742EGoQ5Bmmhr1ZToDgKCB8aCsocfELfiHyxG89EhTj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172037Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172037Z
20251126/us-east-1/s3/aws4_request
957bd0ef1435bd5a70d7a268205997cd756b23976b64b622513c48c6b51b4ac9
DEBUG    botocore.auth:auth.py:430 Signature:
0140aa9528da8f14212ea1694dc36f38fdf7497b9fe12e9e061ad47ace72fde8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172037Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0140aa9528da8f14212ea1694dc36f38fdf7497b9fe12e9e061ad47ace72fde8', 'amz-sdk-invocation-id': b'98e99b11-c1a5-43b1-8441-67cb36d1163c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:38 GMT', 'x-amzn-requestid': '1y7rnu8RZygIHaRahBamL6OTCi6GcFa4chcxhIz095V9nWrozyVC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172038Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172038Z
20251126/us-east-1/s3/aws4_request
743e4f4aa898db304af33ac3fb6ac2debecc072b0fc36d007c8b33d9b1d19477
DEBUG    botocore.auth:auth.py:430 Signature:
04636e32a37add93b62e12ba9ad7dbedaff2ada5c75d0e79a7af6c328080e138
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172038Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=04636e32a37add93b62e12ba9ad7dbedaff2ada5c75d0e79a7af6c328080e138', 'amz-sdk-invocation-id': b'72fbcf46-17e5-4964-aa8b-5205638420a0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:38 GMT', 'x-amzn-requestid': 'nH2y6OPoFsETsf1YFDNrKLZ2lAkkGLfylzspOqsh1A2ZdZ54CRaZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 41678d0f-f303-4f31-97f3-3b6dbbccf314, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 41678d0f-f303-4f31-97f3-3b6dbbccf314, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 41678d0f-f303-4f31-97f3-3b6dbbccf314, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0a64921c-7ad5-41a6-94d2-9eb920d1997e, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0a64921c-7ad5-41a6-94d2-9eb920d1997e, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0a64921c-7ad5-41a6-94d2-9eb920d1997e, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172039Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172039Z
20251126/us-east-1/s3/aws4_request
a4842178527d1a32925d538ddcce94fd84b007c76420332ed6add33a8acef8d7
DEBUG    botocore.auth:auth.py:430 Signature:
0b2b3cf57743a3fb68fc63a5f7743c811d26340f48edf17847773f96af745bae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172039Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b2b3cf57743a3fb68fc63a5f7743c811d26340f48edf17847773f96af745bae', 'amz-sdk-invocation-id': b'42da3548-6bda-4ed6-a110-27434e3add10', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:39 GMT', 'x-amzn-requestid': 'gKUTdst1NzCaDjlGVTorfkhdeVxvHJCzRIemf6M5sPOk1oAjlzhX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172039Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172039Z
20251126/us-east-1/s3/aws4_request
73fa014e570fe9bd14fec2348e6ac2cb2da78a06bedb6871613fc7833774305a
DEBUG    botocore.auth:auth.py:430 Signature:
23a1f3269e79fefe8d84793cc898adec5f9efba8d327fea6c22f416113afe7f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172039Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23a1f3269e79fefe8d84793cc898adec5f9efba8d327fea6c22f416113afe7f4', 'amz-sdk-invocation-id': b'0c248d31-750a-4ddd-98bd-a302134982b1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:39 GMT', 'x-amzn-requestid': 'edkCAhtBzNqovROr0g5txjgifbx9Lrj9AW9YzDE65Prg1R6MfdnR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172039Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172039Z
20251126/us-east-1/s3/aws4_request
0827723c0cf340370e3b51f6d99a9548ac6f69a935c8ce0fdd66c13f16eab63a
DEBUG    botocore.auth:auth.py:430 Signature:
8bb7a3c83041cf0eddc82042c15b8ba880c55550db43409d4c71d83cea40d372
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172039Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8bb7a3c83041cf0eddc82042c15b8ba880c55550db43409d4c71d83cea40d372', 'amz-sdk-invocation-id': b'878677e8-5b31-4638-b30c-214aa6449d2b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:39 GMT', 'x-amzn-requestid': 'jUF0q3rV4DPqCHKbDwdkHENK6zkS8NnVcen2UyqfX9UOxmKzPIyD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6de4d607-2b7f-49bb-a4b6-9c00239d1f65, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6de4d607-2b7f-49bb-a4b6-9c00239d1f65, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6de4d607-2b7f-49bb-a4b6-9c00239d1f65, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bbea5e3e-fd35-44f5-8350-98be46f96cb4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bbea5e3e-fd35-44f5-8350-98be46f96cb4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bbea5e3e-fd35-44f5-8350-98be46f96cb4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172040Z
20251126/us-east-1/s3/aws4_request
baf84caad0ae6e720d4f91f2d57c836d2cacb38c52e988d54e6eec4d9c115f2e
DEBUG    botocore.auth:auth.py:430 Signature:
4f22af86079b80ebb249e522c78dc267e86a5504b8e88f7d569286b186e1fa41
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4f22af86079b80ebb249e522c78dc267e86a5504b8e88f7d569286b186e1fa41', 'amz-sdk-invocation-id': b'53ef3368-5ca9-4ffb-a39d-0a1060d73a95', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:40 GMT', 'x-amzn-requestid': '83XJErqHyP3TrwKtLSloxNjuhUiTmTA7Xm5eIMLKLZpORg8spxvX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172040Z
20251126/us-east-1/s3/aws4_request
8c4bee800ae612a7f27791a877694769ec5792360f82b6864a770190fdc24fe7
DEBUG    botocore.auth:auth.py:430 Signature:
7ad3797aee5088412541792a0f0caa900f91879bc53cf694fd42736462b6dbe0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7ad3797aee5088412541792a0f0caa900f91879bc53cf694fd42736462b6dbe0', 'amz-sdk-invocation-id': b'c9cdd5ba-d18a-4144-b712-a60c3beda317', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:40 GMT', 'x-amzn-requestid': '0Naz6DG6P79snbBz1kpYqi2k5li4ZEIo5N6oSAu7WMSDy3Qpi6N3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172040Z
20251126/us-east-1/s3/aws4_request
adaac063a120d910fd709554377138e71577535aa05f0e6855381fea69e7a0d9
DEBUG    botocore.auth:auth.py:430 Signature:
40da2c3e0f5ab75a44a61f33121db4c6f990bd21e3845e879e63a57211380215
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40da2c3e0f5ab75a44a61f33121db4c6f990bd21e3845e879e63a57211380215', 'amz-sdk-invocation-id': b'6b5a7676-5489-4184-a8eb-9d056ef7ad3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:40 GMT', 'x-amzn-requestid': 'x71RqUGuyFEHr9Z7MsSZng8DYYGeinGYwNMsTN4cdUqLjScRVJJF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4e48a12c-6b73-40ef-85fc-0ceffee3f535, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4e48a12c-6b73-40ef-85fc-0ceffee3f535, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4e48a12c-6b73-40ef-85fc-0ceffee3f535, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7be530da-0b77-44a3-ae57-05c7bd782987, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7be530da-0b77-44a3-ae57-05c7bd782987, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7be530da-0b77-44a3-ae57-05c7bd782987, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172042Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172042Z
20251126/us-east-1/s3/aws4_request
d2c9126e4c53b94229d6ea4e4886f6e989a30da53f735a438b941105a0655169
DEBUG    botocore.auth:auth.py:430 Signature:
76fd3afb46558e07d94feba3daa078b60d1c4741bfd908aa34b4cbb58568d56f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172042Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=76fd3afb46558e07d94feba3daa078b60d1c4741bfd908aa34b4cbb58568d56f', 'amz-sdk-invocation-id': b'ae5c8c7a-6bb4-4a45-8a88-f15b04bbf411', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:42 GMT', 'x-amzn-requestid': 'f9kW10CCJjeJl6GP0NEc6NPx3qfpfTiHylrGYF6JpcmftdyfTm0M', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172042Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172042Z
20251126/us-east-1/s3/aws4_request
0af9ef54d00ecbdc83a1c63b19c1e01dc9f74cc6a7fcf1dd6f3a8c7f1fc58b57
DEBUG    botocore.auth:auth.py:430 Signature:
f88212e03f8a873ecc890ece148ccc747021f89abfafa717f7e74ea95bca5edb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172042Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f88212e03f8a873ecc890ece148ccc747021f89abfafa717f7e74ea95bca5edb', 'amz-sdk-invocation-id': b'1acafabe-2067-46c5-ac2d-3d6febcb766f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:42 GMT', 'x-amzn-requestid': 'gsod5gFmme2yiWjXz0ZUhyb3s108wEtTaOpRX9eCWxPn4I9QX1Zj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172042Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172042Z
20251126/us-east-1/s3/aws4_request
cd0a1a9f845cf03b002bbf032f78a742d311c4a74cf9b4ea826afcbec6f6fc69
DEBUG    botocore.auth:auth.py:430 Signature:
ba9c7b32cdeba143b987df0c905203399465396ad961f269890c14fa705c33c3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172042Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba9c7b32cdeba143b987df0c905203399465396ad961f269890c14fa705c33c3', 'amz-sdk-invocation-id': b'bee4ecc7-98e8-4ae4-a8f0-e6eac1ddb48c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:42 GMT', 'x-amzn-requestid': 'iEcwAbYZclhDqqJnuYJWOo52f0YRVap1Is0XVg5KSAAHeAieyqRi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 323da889-5b86-483a-a279-ef286b2c869c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 323da889-5b86-483a-a279-ef286b2c869c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 323da889-5b86-483a-a279-ef286b2c869c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a3fcb299-81dc-40f3-83a1-36cef9a606c2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a3fcb299-81dc-40f3-83a1-36cef9a606c2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a3fcb299-81dc-40f3-83a1-36cef9a606c2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172043Z
20251126/us-east-1/s3/aws4_request
12c7c644c36010e2ea46021bbb4a921560c0bcecb19f72ff032a56e83ac279d3
DEBUG    botocore.auth:auth.py:430 Signature:
4792f007f31d95c7d96b027e7820c0c2aecf44c9724ef9ef2bf4f6ed03cb864d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4792f007f31d95c7d96b027e7820c0c2aecf44c9724ef9ef2bf4f6ed03cb864d', 'amz-sdk-invocation-id': b'd9aa854a-65a7-4a53-9451-ac9c4537c800', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:43 GMT', 'x-amzn-requestid': 'ff6sd7fShhGfMYXJaOAOIAEfNzw4d7ueUXxbGaljMvUuhEmqfhdm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172043Z
20251126/us-east-1/s3/aws4_request
72539bcb9a16c71ac111a502f561bae8828c11d9ac381c9c110dfc6050cd19c8
DEBUG    botocore.auth:auth.py:430 Signature:
e9fecaac160b40613bf7d05ec0e8f68486739596471ffe76784603b53a2cdc4b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e9fecaac160b40613bf7d05ec0e8f68486739596471ffe76784603b53a2cdc4b', 'amz-sdk-invocation-id': b'8e754000-7433-4bfa-9f3b-f910b6e5bee9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:43 GMT', 'x-amzn-requestid': '2Q8Gcz7tQy3QtLHhbE8hydJszXSH3wN8nN5v7oZ7qyQ2RppIxkwZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172043Z
20251126/us-east-1/s3/aws4_request
703026158a4f3d42f27e9358d7ad1c21b5d70bc875aa74bf693a2f8b68ec3665
DEBUG    botocore.auth:auth.py:430 Signature:
c5eac2c0f4a3b92761fb24f4df453eb45f952045a750dd5ab9daadd22b3d1166
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c5eac2c0f4a3b92761fb24f4df453eb45f952045a750dd5ab9daadd22b3d1166', 'amz-sdk-invocation-id': b'2339a3d9-bf93-4723-8bc4-6d5161d0af8f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:43 GMT', 'x-amzn-requestid': 'SHw4yIrEIhzziZBaIAOQjnT4FOJLMIsJRdIN1IZaFMPRjD2E5Tw4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ad1aae63-1427-4bdf-a6b1-8531be348eae, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ad1aae63-1427-4bdf-a6b1-8531be348eae, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ad1aae63-1427-4bdf-a6b1-8531be348eae, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6e2b288-d154-4a2d-935f-b3e1f3e7fd4a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6e2b288-d154-4a2d-935f-b3e1f3e7fd4a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c6e2b288-d154-4a2d-935f-b3e1f3e7fd4a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172044Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172044Z
20251126/us-east-1/s3/aws4_request
609fde0778550855194c78b88699579a7cab3061943ce25652700dbe46c3fc52
DEBUG    botocore.auth:auth.py:430 Signature:
02bfee40761b6eced997cafe42133fed7ccd7c176a9ab8f37db28873d4971b4c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172044Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=02bfee40761b6eced997cafe42133fed7ccd7c176a9ab8f37db28873d4971b4c', 'amz-sdk-invocation-id': b'3d277330-617a-4c8f-96ca-f19e99e91992', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:44 GMT', 'x-amzn-requestid': '8fBQ1F7dLM8siZyeewIwUCKFAMZAugaeSTaaSjzM4Vb3MLfB4ewM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172044Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172044Z
20251126/us-east-1/s3/aws4_request
f6aaf0ee6eecb6a28e4c9574412b030dc4b784872bc8bfb4cb2bc28d96c9f786
DEBUG    botocore.auth:auth.py:430 Signature:
89700feae64269ee38c0f2e00676ee4522bc4d7c3ca96c6f38e76315e9cbc78c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172044Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=89700feae64269ee38c0f2e00676ee4522bc4d7c3ca96c6f38e76315e9cbc78c', 'amz-sdk-invocation-id': b'e65974b5-6e66-4756-b655-84ff3063d5f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:44 GMT', 'x-amzn-requestid': 'WXmPR1YCkp4rJtnFDqBQFM7Bz3Q5LCKFOiaSpWyetY0Pvjt2tG9t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172044Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172044Z
20251126/us-east-1/s3/aws4_request
a2fb11a51d40876893d863f8d85a47ccaaee8e231b7eff8ed5bcb27d63a27769
DEBUG    botocore.auth:auth.py:430 Signature:
f2d3615d3d614c553b9ff9edb342f267221c34282245a25cbe947e2596d5f710
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172044Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f2d3615d3d614c553b9ff9edb342f267221c34282245a25cbe947e2596d5f710', 'amz-sdk-invocation-id': b'8bf2eaaf-21d5-43d9-815f-83afcd30d5cf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:44 GMT', 'x-amzn-requestid': 'iduKq7qukEI1y90xmoEXrzpyOYL1BEQjdZxyPhEMQyiEPDpU5A4D', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b0495812-da5d-4f62-8090-e44185abf765, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b0495812-da5d-4f62-8090-e44185abf765, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b0495812-da5d-4f62-8090-e44185abf765, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 34e3b090-4278-410a-ab58-2e73c1e814ad, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 34e3b090-4278-410a-ab58-2e73c1e814ad, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 34e3b090-4278-410a-ab58-2e73c1e814ad, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172046Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172046Z
20251126/us-east-1/s3/aws4_request
4f81a2f0b7f14456e3e6ddefa16eb868c0c3b8aafe301eb6eb6f12058e36ac3e
DEBUG    botocore.auth:auth.py:430 Signature:
df5e16c6da049d545ae2261f6511a4ee979230273f411b934c29d277c71b3733
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172046Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=df5e16c6da049d545ae2261f6511a4ee979230273f411b934c29d277c71b3733', 'amz-sdk-invocation-id': b'2cbcd13a-773a-41d9-b603-1b0b66ff3e9f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:46 GMT', 'x-amzn-requestid': 'XJOlN1ZFiBikAABCZtbQo3UVALr5EVuPgjeyFuHBtvRHoJxSRmEb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172046Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172046Z
20251126/us-east-1/s3/aws4_request
163e7bc69bda990b1606d30d4fda440be02e7dea3205682d0c44bde1de609a3c
DEBUG    botocore.auth:auth.py:430 Signature:
05fd1bbf2dae9ca5681581040be777f97abbc8179c1fc1188917d766eda6694d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172046Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=05fd1bbf2dae9ca5681581040be777f97abbc8179c1fc1188917d766eda6694d', 'amz-sdk-invocation-id': b'e66d5738-40d4-4e9b-919e-2454f291dbd8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:46 GMT', 'x-amzn-requestid': '0JLyyAsDSexBmhKBXR9sKOOxeVoGPqP6xtaNEsErACZ5n2nuq4ri', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172046Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172046Z
20251126/us-east-1/s3/aws4_request
117ede6116311d55ddef9f8cc145602a0cb4ad0a296ded6c858cee29748644db
DEBUG    botocore.auth:auth.py:430 Signature:
ee2d41cd7959a75e07224a1655a80f0077924c157b464f5f5c203f00180740c8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172046Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee2d41cd7959a75e07224a1655a80f0077924c157b464f5f5c203f00180740c8', 'amz-sdk-invocation-id': b'be89de8b-1fbb-4562-8311-1887d7cca8d6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:46 GMT', 'x-amzn-requestid': '0eakimfsNOgO60y3mzEiAorNtQAvCRdF4wgnwTQsoMc1zdOo6ExN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86aa0e1f-a5d2-48fb-b739-b2727d06aabf, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86aa0e1f-a5d2-48fb-b739-b2727d06aabf, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 86aa0e1f-a5d2-48fb-b739-b2727d06aabf, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8bd1032c-0c50-487a-bc6d-5643fc2521b0, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8bd1032c-0c50-487a-bc6d-5643fc2521b0, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8bd1032c-0c50-487a-bc6d-5643fc2521b0, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172047Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172047Z
20251126/us-east-1/s3/aws4_request
f7f799cbe0cd917cd3e0c2aef085a69bac23ca9f8540062933560e7875a542df
DEBUG    botocore.auth:auth.py:430 Signature:
32a19c73d7ae854afe3b6f8d6e36aab0c734380da4469acc76e786f71af2db59
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172047Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=32a19c73d7ae854afe3b6f8d6e36aab0c734380da4469acc76e786f71af2db59', 'amz-sdk-invocation-id': b'10fc6677-be28-478f-a2c7-25f5f5a36362', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:47 GMT', 'x-amzn-requestid': 'E7NtKXdWEoAzAAsiDcRzorbk3RVHtS5wGr7L3eDcmXZRKV8yETZQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172047Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172047Z
20251126/us-east-1/s3/aws4_request
b94ba5d82685bc17903631186a3c4d9a9e9bd7d6b1d0b141a146397b86366655
DEBUG    botocore.auth:auth.py:430 Signature:
07c597008d754368c8e4243b0c5a421822e207989b33e269d5a40c26a79f4795
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172047Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07c597008d754368c8e4243b0c5a421822e207989b33e269d5a40c26a79f4795', 'amz-sdk-invocation-id': b'6189c735-cd7b-4a53-8d31-cf7f873d73a9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:47 GMT', 'x-amzn-requestid': 'iG4Q0yZ5unCmsVFD9ZVkz5Pi7DVRd7DGr5gvmg0ciRZaySL9NrFD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172047Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172047Z
20251126/us-east-1/s3/aws4_request
015d7c2c42e6862328544aece05a8b458d1ba3dd2374e586a16d9436cc04734f
DEBUG    botocore.auth:auth.py:430 Signature:
7b15e484b5b7f8994fb4b507926a3fb3e0d68d80345e1e43f024371b74855db3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172047Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b15e484b5b7f8994fb4b507926a3fb3e0d68d80345e1e43f024371b74855db3', 'amz-sdk-invocation-id': b'a297ee97-5584-41f9-aa68-3502aaad0dbe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:47 GMT', 'x-amzn-requestid': '7KjLp4aN1RcB7PLiCk06ittkW5NS8gsAGPYc2Sa5lSMXPbbk3ENK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 369491e3-7579-4205-ba7d-15d782c10a23, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 369491e3-7579-4205-ba7d-15d782c10a23, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 369491e3-7579-4205-ba7d-15d782c10a23, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8924b46e-4f30-4c74-8c01-9101f63da398, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8924b46e-4f30-4c74-8c01-9101f63da398, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8924b46e-4f30-4c74-8c01-9101f63da398, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172048Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172048Z
20251126/us-east-1/s3/aws4_request
00ebcaa01af36c4c1df2bcad0999916eb23f1a93c00142a142f6330b6208c2ba
DEBUG    botocore.auth:auth.py:430 Signature:
db7b2701b16e3ab011a3db1b81b9dd79aff6cb49d55e6c14e9aa28ed44dd89dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172048Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db7b2701b16e3ab011a3db1b81b9dd79aff6cb49d55e6c14e9aa28ed44dd89dc', 'amz-sdk-invocation-id': b'5667ce25-78ff-454c-b415-2ccc882fb3c5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:48 GMT', 'x-amzn-requestid': 'TICIU7VjuWxmZ7zmksc9niMhgHOMHCmpEICfZVa5siV47aSdmWU3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172048Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172048Z
20251126/us-east-1/s3/aws4_request
2dbe662d01956cd8901fb0abba89fd8bde9e70ec72f50e035fa5fa65144cb3d7
DEBUG    botocore.auth:auth.py:430 Signature:
4bec3382ea3e8dfc4b78b8906c35153ac9313b3c827fea8bd49b7620f35ae7ee
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172048Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4bec3382ea3e8dfc4b78b8906c35153ac9313b3c827fea8bd49b7620f35ae7ee', 'amz-sdk-invocation-id': b'44b02a8c-45bd-4e88-bda8-14ad5004800c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:48 GMT', 'x-amzn-requestid': '8zQTp822tqjBq5Yce9jlGGAHrD8bC9bUa1bMwQZYxCmvu6Ho9Or5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172048Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172048Z
20251126/us-east-1/s3/aws4_request
3b97007ecf9d5993fce571b908005dd9ea0cf64a9364fc7208292668a5c070ed
DEBUG    botocore.auth:auth.py:430 Signature:
573fae3e700868e357b017e3bf0264645ef83c0de932ec1c4945937739a868c7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172048Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=573fae3e700868e357b017e3bf0264645ef83c0de932ec1c4945937739a868c7', 'amz-sdk-invocation-id': b'3c4f7a9f-abe6-4ce5-9bfc-ca8518ca5aa8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:49 GMT', 'x-amzn-requestid': 'JrjLi66KPeNvPUibkzPlvzGuLC9uqs99QoLbfZmuAr3GxjiEvcTE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed03b867-304e-4e75-b16f-512583b090b4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed03b867-304e-4e75-b16f-512583b090b4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ed03b867-304e-4e75-b16f-512583b090b4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bd55f4d2-e23f-44b2-89d3-c49cbd5f53cb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bd55f4d2-e23f-44b2-89d3-c49cbd5f53cb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bd55f4d2-e23f-44b2-89d3-c49cbd5f53cb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172050Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172050Z
20251126/us-east-1/s3/aws4_request
ea3ad774f57a43393cb180a6cd40c789d416b2e5560adc78521f0bd7e9a113d1
DEBUG    botocore.auth:auth.py:430 Signature:
3727fb0e63a1b7b499dda1f9e5f10d44f01d987474808d53a9c125eea47c7a2a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172050Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3727fb0e63a1b7b499dda1f9e5f10d44f01d987474808d53a9c125eea47c7a2a', 'amz-sdk-invocation-id': b'025dd81c-b4c8-4ccf-a4be-d3662733f5b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:50 GMT', 'x-amzn-requestid': 'm7nWebUzwo3BbJgODKF1Uj50YbqYCkhRenQe6huBC0E7NoWv7Dm3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172050Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172050Z
20251126/us-east-1/s3/aws4_request
cf26f53dd1754a932fcd315b085b546dcc84c2233227f7b106f60a3382d057ff
DEBUG    botocore.auth:auth.py:430 Signature:
366595d6a88e0ba900e84999c341861b766566e870aaafe75f71ad61b823fea4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172050Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=366595d6a88e0ba900e84999c341861b766566e870aaafe75f71ad61b823fea4', 'amz-sdk-invocation-id': b'3cb99185-f33e-4620-a206-82e76ba660b3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:50 GMT', 'x-amzn-requestid': 'ozfvymOAzkQBfdq3JOxaB6Fs9Lyg0F8fl9uDmnwPkO5uBEUwdMKE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172050Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172050Z
20251126/us-east-1/s3/aws4_request
ba4fe1707a7e3c832f5c74b8e4de7fbf6adb679d0bdc7231a6e9abb76ce2a831
DEBUG    botocore.auth:auth.py:430 Signature:
1b0dee03043205b7f821e29bc90e1744f12cc1d52b4682d27c983e46cc2c8f85
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172050Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b0dee03043205b7f821e29bc90e1744f12cc1d52b4682d27c983e46cc2c8f85', 'amz-sdk-invocation-id': b'98e713d5-95af-4fc6-b47f-ef17e232665d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:50 GMT', 'x-amzn-requestid': 'jemvobSu84OtNXuLOrZOlovwZoGGg1oz4ZRRWBOq3UTlcjfHxdpE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f267bec6-cd82-4325-a1c7-ebd3e3252668, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f267bec6-cd82-4325-a1c7-ebd3e3252668, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f267bec6-cd82-4325-a1c7-ebd3e3252668, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e85c0344-381f-4158-87af-a5ea3c496220, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e85c0344-381f-4158-87af-a5ea3c496220, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e85c0344-381f-4158-87af-a5ea3c496220, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172051Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172051Z
20251126/us-east-1/s3/aws4_request
2a4b63a61b75e601017eb984a7a08f023ca5893b47cbcf6a2e61551bbff12265
DEBUG    botocore.auth:auth.py:430 Signature:
04bcf3d237e2966729487faf3e6071497a41ad8e55e79f40bfc3dafc5830dd1f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172051Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=04bcf3d237e2966729487faf3e6071497a41ad8e55e79f40bfc3dafc5830dd1f', 'amz-sdk-invocation-id': b'ca2ff4b8-c2f8-4332-92e4-b4550233efc2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:51 GMT', 'x-amzn-requestid': 'ePdWO3E4ek9NerW1IEhXx61uRRslqLQfwMZ5ds9hyFt7nf2QQ13q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172051Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172051Z
20251126/us-east-1/s3/aws4_request
b4ca65daec0725eee8d195ad2963c092176dec0973f4768f34e44c3922b5d9e2
DEBUG    botocore.auth:auth.py:430 Signature:
721febbd0a56a21f90c97f6172a3488297919a6e1efc010f33f34fcec3ee8baa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172051Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=721febbd0a56a21f90c97f6172a3488297919a6e1efc010f33f34fcec3ee8baa', 'amz-sdk-invocation-id': b'af6d33f7-a835-40c4-b6df-acfb8d3af019', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:51 GMT', 'x-amzn-requestid': 'fg6C4qDGB5QEqFrdybsk3LxpQiJgZWmXc1X5544f8odiIvi4Uwy0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172051Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172051Z
20251126/us-east-1/s3/aws4_request
3709e99a1a32b0dbbfbea4d85bfb72cf9d726688bfe3d3a8012dba2848725863
DEBUG    botocore.auth:auth.py:430 Signature:
9bf904a4e1118e95065f7d9e27207b729098c421eed4b5db5a9b7d9ad0edb549
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172051Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bf904a4e1118e95065f7d9e27207b729098c421eed4b5db5a9b7d9ad0edb549', 'amz-sdk-invocation-id': b'e7d65069-6caf-478a-83a2-bef4fde6ae3b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:51 GMT', 'x-amzn-requestid': 'Eclxs1no0myiPlAS9PQYAGTBoTyYZ210l0Jbyx9jcCd6E4IByhvg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 676a3d52-eb54-416b-b104-1feb348ef668, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 676a3d52-eb54-416b-b104-1feb348ef668, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 676a3d52-eb54-416b-b104-1feb348ef668, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 96298486-a25b-478b-b10f-3af8209281dc, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 96298486-a25b-478b-b10f-3af8209281dc, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 96298486-a25b-478b-b10f-3af8209281dc, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172053Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172053Z
20251126/us-east-1/s3/aws4_request
5b28c1126a80284ff783b1d4c13fc6f8452e6fe97eaf7c0f3516ffb11d54cd26
DEBUG    botocore.auth:auth.py:430 Signature:
17974cee640ed7330b2d775a92da748193327272e645e7f1de2bd58a6a57bfaa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172053Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17974cee640ed7330b2d775a92da748193327272e645e7f1de2bd58a6a57bfaa', 'amz-sdk-invocation-id': b'28c43159-35ca-4eda-9aa3-c6a2c568e93a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:53 GMT', 'x-amzn-requestid': '7604o2bkPeAkRffPenzfAJAwRdH7AwZPSHIuyuaWHnmuI2SUePCs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172053Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172053Z
20251126/us-east-1/s3/aws4_request
6d01d93df6c9a793e0ecb4c06cea62d29a01a4b43a75c98a92dabf58c5ee71c8
DEBUG    botocore.auth:auth.py:430 Signature:
eec56c6e9635cc6582e22d171c8253bc8f27a8f52ceecd254e4ed0fc3a6a14a2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172053Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eec56c6e9635cc6582e22d171c8253bc8f27a8f52ceecd254e4ed0fc3a6a14a2', 'amz-sdk-invocation-id': b'6fea9fb5-dba4-4430-a7a7-4a4c6ff1b8ea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:53 GMT', 'x-amzn-requestid': 'PiB866wuoAqrUd5GOX9ADMVhFHQhFoKWibPRugAxzNkrbGBDu1nI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172053Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172053Z
20251126/us-east-1/s3/aws4_request
d0c9972e8319263c93aff71f0aa9839a27f977647cd7000b29ef1fc76fd594eb
DEBUG    botocore.auth:auth.py:430 Signature:
dac6e3c10655fe73549c8175e41219c57641bd486e11746b5d76c6b1ae9d6128
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172053Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dac6e3c10655fe73549c8175e41219c57641bd486e11746b5d76c6b1ae9d6128', 'amz-sdk-invocation-id': b'b5cf9093-3327-4f82-ba7e-44ce0f89edf2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:53 GMT', 'x-amzn-requestid': 'TT0daVriRZHZwhUGkSoe32ltKarsO8epQ942aM4cfld195kIdkar', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0813376e-32b3-45f6-9b48-f1b701ab4f83, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0813376e-32b3-45f6-9b48-f1b701ab4f83, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0813376e-32b3-45f6-9b48-f1b701ab4f83, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3261e31f-1e4c-401a-a750-c840f37b902c, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3261e31f-1e4c-401a-a750-c840f37b902c, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3261e31f-1e4c-401a-a750-c840f37b902c, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172054Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172054Z
20251126/us-east-1/s3/aws4_request
92eaa38ea0f2e54ea7f6ad537fa806a64c0da576717937f8feb837dc2178f816
DEBUG    botocore.auth:auth.py:430 Signature:
7ce324e49d33505d47fde26e92750bc3fce5d961deba91e11087703efaee8b75
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172054Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7ce324e49d33505d47fde26e92750bc3fce5d961deba91e11087703efaee8b75', 'amz-sdk-invocation-id': b'0bb97121-3d5f-4745-b16e-0ec472be14df', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:54 GMT', 'x-amzn-requestid': 'L7miA1THNq049KkPrHtaVOzdcbDCaU2FbWUnVVilxO9tWpRQlWlB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172054Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172054Z
20251126/us-east-1/s3/aws4_request
c9f5fd496be55f6887f22dcfa18d9accf0c5a9bf839d294878e18ac015fef78a
DEBUG    botocore.auth:auth.py:430 Signature:
38d57931f9a76b223500cffa13c981c18887b39ef7ab8267e33c7fc9d64ce804
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172054Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38d57931f9a76b223500cffa13c981c18887b39ef7ab8267e33c7fc9d64ce804', 'amz-sdk-invocation-id': b'6fdeb68a-0e02-4386-a989-3127771843ba', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:54 GMT', 'x-amzn-requestid': 'tgvvH9MQVJOTQGNOd5b41JQZZGEQhCCk4VffpKEdaR4SU6Nppk0d', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172054Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172054Z
20251126/us-east-1/s3/aws4_request
ec86e990e30a6859f8fb0bb1f991b33b2efd999ca67dfaffa23c15f971b64d36
DEBUG    botocore.auth:auth.py:430 Signature:
238ad62e554f5d7f86d9688aa0bdb697cc4e835ea292dd4984a968cedafd14c8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172054Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=238ad62e554f5d7f86d9688aa0bdb697cc4e835ea292dd4984a968cedafd14c8', 'amz-sdk-invocation-id': b'a1d2f471-d103-4055-98bf-6555961d7fc5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:54 GMT', 'x-amzn-requestid': 'YwDVRvXSmK0Z13mRlpUWLp0HtYtdGMpcxtgf0ZWXZHYOpOoXHOMt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a55e4fb7-b091-4f65-916f-c236ad7ab031, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a55e4fb7-b091-4f65-916f-c236ad7ab031, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a55e4fb7-b091-4f65-916f-c236ad7ab031, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 755765fb-0dea-4828-a08b-b3db33102574, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 755765fb-0dea-4828-a08b-b3db33102574, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 755765fb-0dea-4828-a08b-b3db33102574, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172055Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172055Z
20251126/us-east-1/s3/aws4_request
79819a291a04c06e8839fa2ff80616e885faa82c6e0cecd9fb4f0d5d269554c8
DEBUG    botocore.auth:auth.py:430 Signature:
b6df62db173df10bb4b7678f8561e54521355962f42102da72e27b54fd8a862b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172055Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b6df62db173df10bb4b7678f8561e54521355962f42102da72e27b54fd8a862b', 'amz-sdk-invocation-id': b'422c782c-0201-427c-945b-5260346d87e4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:55 GMT', 'x-amzn-requestid': 'nxL6HR5TfIbLAYdyXZJEwAMaEgT6oSpehp6WsbKnMEYOaO5rV3oD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172055Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172055Z
20251126/us-east-1/s3/aws4_request
ace6e1a497d3825a8111d4d2508afe6f7860a7e429aede14ad04d288aac0ac99
DEBUG    botocore.auth:auth.py:430 Signature:
d5308977777b2ee0fb233c70c6c15c154b66618b3ca630cf79e70feb78fe90e6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172055Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d5308977777b2ee0fb233c70c6c15c154b66618b3ca630cf79e70feb78fe90e6', 'amz-sdk-invocation-id': b'0b53f4c4-4325-4965-aa76-e2d5cb4b7a77', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:55 GMT', 'x-amzn-requestid': 'XzcpFsGavA4SKvOaMf62Dw6OSKwJGHDKGUyMT6HNjgtwNoHxuHvN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172055Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172055Z
20251126/us-east-1/s3/aws4_request
b7691eb2ab83bfe973d943d56a17e0090df53c0e97853a9ef938c47acc216f60
DEBUG    botocore.auth:auth.py:430 Signature:
c648976461ecbb85aecbc3e16a61ce808a4fc30298593b06c4c7c37d669457d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172055Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c648976461ecbb85aecbc3e16a61ce808a4fc30298593b06c4c7c37d669457d3', 'amz-sdk-invocation-id': b'5e2f688f-d066-410e-9d13-20995218c24d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:56 GMT', 'x-amzn-requestid': 'XMxoZX1ZPufvLZVZxA9wpz7XlX6QFqbT23vVvjfTXPurA3VcObVf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0840c13f-3148-42d9-9008-1ba3c6effbcb, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0840c13f-3148-42d9-9008-1ba3c6effbcb, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0840c13f-3148-42d9-9008-1ba3c6effbcb, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bc7df8f1-ec17-42d3-b143-71c768453e12, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bc7df8f1-ec17-42d3-b143-71c768453e12, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bc7df8f1-ec17-42d3-b143-71c768453e12, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172057Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172057Z
20251126/us-east-1/s3/aws4_request
1125bc9ae238e9ad59025a769afe8d8855a50e620f84e5befe86e45fba6bc45e
DEBUG    botocore.auth:auth.py:430 Signature:
99ce4edf24e956c794d3e6173bcfbb1d2e90a2bc086cf5a500586e3afd2e0508
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172057Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=99ce4edf24e956c794d3e6173bcfbb1d2e90a2bc086cf5a500586e3afd2e0508', 'amz-sdk-invocation-id': b'631671b7-354f-4bd6-a457-85e5bc29f93e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:57 GMT', 'x-amzn-requestid': 'r3focyyZnMHXBK2kOxGziv286FUcUQLAytnBcVbiIJGevaDNPpXo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172057Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172057Z
20251126/us-east-1/s3/aws4_request
60d2c38773516c1d5560744668294e84876090bc9a5c47af48c2926b28e85ed3
DEBUG    botocore.auth:auth.py:430 Signature:
8c1bd7d41377f720cbd7489702077a8e86c9f80bf3c3d6355e8dcddd0113c11b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172057Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8c1bd7d41377f720cbd7489702077a8e86c9f80bf3c3d6355e8dcddd0113c11b', 'amz-sdk-invocation-id': b'88b1dbfe-46cd-4671-8da5-c677ae5b2e4f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:57 GMT', 'x-amzn-requestid': 'SJ7PYYK8Cn2QhED7Vy8HowmRzD6TE6xpLBlUjWweesr45Zf5F4VR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172057Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172057Z
20251126/us-east-1/s3/aws4_request
53a7ba0fb8f20530aff3795f0158d62365f58a241a4af97ca2b860b448c40344
DEBUG    botocore.auth:auth.py:430 Signature:
7064cd9c536e993aa5e8eedcee140d9fcc01b3952f12e7da587e10b192605e6d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172057Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7064cd9c536e993aa5e8eedcee140d9fcc01b3952f12e7da587e10b192605e6d', 'amz-sdk-invocation-id': b'009cd5bb-e40a-4df5-91f3-8fd65bf300d5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:57 GMT', 'x-amzn-requestid': 'ouGb23BZbr1EHrWK9zWbdWdhEyUBY5sGtynBJ0qsK00XuimvnAFT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c3acbb8e-4fd7-4250-aa3e-b41711a4d3f8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c3acbb8e-4fd7-4250-aa3e-b41711a4d3f8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c3acbb8e-4fd7-4250-aa3e-b41711a4d3f8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 21984423-e0a1-427a-b52e-21957a36839b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 21984423-e0a1-427a-b52e-21957a36839b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 21984423-e0a1-427a-b52e-21957a36839b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172058Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172058Z
20251126/us-east-1/s3/aws4_request
d8af757a264f78d8ca69b85cb709d38c9bec413da4491990404255ff81fd5901
DEBUG    botocore.auth:auth.py:430 Signature:
dc9627b34ec3fed6d0fd9c3d5c4618aa69b3d8429e6573c56e5536e749f33fed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172058Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dc9627b34ec3fed6d0fd9c3d5c4618aa69b3d8429e6573c56e5536e749f33fed', 'amz-sdk-invocation-id': b'50e733f1-d9ce-4ef0-bd53-ff319be73e61', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:58 GMT', 'x-amzn-requestid': 'Q8RKfvRTdmNkHaEP54ORiDGL7950am09DANLE8AkqHlDVxCjLs9P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172058Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172058Z
20251126/us-east-1/s3/aws4_request
509b05ff52ccf4d982e93394ed4c4a528e318840e5d23f9c8552bf1073a89567
DEBUG    botocore.auth:auth.py:430 Signature:
ca7b79e1688a98fdfef0cbdaab0aba9697c7d1427833b903ba94befeafcfcdf2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172058Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca7b79e1688a98fdfef0cbdaab0aba9697c7d1427833b903ba94befeafcfcdf2', 'amz-sdk-invocation-id': b'502ebe1f-8a19-4d46-be7c-d627e91f7395', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:58 GMT', 'x-amzn-requestid': 'AVakiBxhlzO9EJR5VYODRQqmS934wNzkLpenRsJDGDEydr6ZfBSv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172058Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172058Z
20251126/us-east-1/s3/aws4_request
7cadb6570f66118aea832e0c4674e2bdeb9ec6d3f199f2cf834d408ccf156404
DEBUG    botocore.auth:auth.py:430 Signature:
2b45e5dbad4862dee3b71ddb425b5f0817136d530ed5f7b3880c932c14187c12
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172058Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2b45e5dbad4862dee3b71ddb425b5f0817136d530ed5f7b3880c932c14187c12', 'amz-sdk-invocation-id': b'a20790e1-c231-45b4-b039-2b837cd0a1ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:20:58 GMT', 'x-amzn-requestid': 'DtMiIXH5UfXBLc4b3rghk659sYdUddvWI3sAzISP2PngfQggt7jt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 87536678-59e2-4f4f-9992-d3a99f071ff2, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 87536678-59e2-4f4f-9992-d3a99f071ff2, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 87536678-59e2-4f4f-9992-d3a99f071ff2, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 643d0dfa-1405-4578-92fe-480ddb77c848, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 643d0dfa-1405-4578-92fe-480ddb77c848, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 643d0dfa-1405-4578-92fe-480ddb77c848, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172100Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172100Z
20251126/us-east-1/s3/aws4_request
adf4958e548ea9d86cc819abcf4fcabdc3d5e560485502f31193577e52974b1b
DEBUG    botocore.auth:auth.py:430 Signature:
898e7c9ca3da115870fa6bc04c75f5c918e5557f1ca4ade35a2aba3425b68d91
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172100Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=898e7c9ca3da115870fa6bc04c75f5c918e5557f1ca4ade35a2aba3425b68d91', 'amz-sdk-invocation-id': b'f4a9edfa-2994-4548-8129-09c3217334d0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:00 GMT', 'x-amzn-requestid': 'dC5xqReR3qkEIcaqY6g2zXAdF9cnS3iucAmnkGfXRgD41CzAaAqJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172100Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172100Z
20251126/us-east-1/s3/aws4_request
9860d3becf47916b6b9ee94cc8267d8adf5ce91d7b52f3d4942f6f53da8745df
DEBUG    botocore.auth:auth.py:430 Signature:
b2cdce21ef9f67743228f2c35af6af1db662cc0ee1878862ab50cc46590cb299
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172100Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b2cdce21ef9f67743228f2c35af6af1db662cc0ee1878862ab50cc46590cb299', 'amz-sdk-invocation-id': b'80c55770-d8a1-4fdb-98bf-da406fe33194', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:00 GMT', 'x-amzn-requestid': 'gvXQSs8Qz0bmXSwiMTlfjoUapkXTOHqOWwfSXvmRRrpkM3s04YWa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172100Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172100Z
20251126/us-east-1/s3/aws4_request
d285ec6a43339137e9304bdf28192d4b1b30b96d6b4e2b1c87b3c6b62738c62d
DEBUG    botocore.auth:auth.py:430 Signature:
bd395793f9f9585b7c6c4a936372f1bdf2874f9d7a3bdc4181a08b0c7aa22505
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172100Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bd395793f9f9585b7c6c4a936372f1bdf2874f9d7a3bdc4181a08b0c7aa22505', 'amz-sdk-invocation-id': b'59a70685-2eb1-49fb-a154-b74e67ee716b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:00 GMT', 'x-amzn-requestid': '9468YyHJfj0xHRrofKev10w6NBsJzAMVYVo418N2fNJobNgrr2hg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 25ccd40a-e71c-46e0-ae4d-dda02523c733, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 25ccd40a-e71c-46e0-ae4d-dda02523c733, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 25ccd40a-e71c-46e0-ae4d-dda02523c733, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a45ec26-3e0c-4f7b-b735-25cbe307f0b4, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a45ec26-3e0c-4f7b-b735-25cbe307f0b4, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6a45ec26-3e0c-4f7b-b735-25cbe307f0b4, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172101Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172101Z
20251126/us-east-1/s3/aws4_request
8b59ffcdfe44f8d0e04c6db16294cc3f5b560ae3ae695ca2f2fe5155c352edad
DEBUG    botocore.auth:auth.py:430 Signature:
0f67e76898b4e7a8fca1f3d9d873230c7473843f2eda5e1e7e89997d3929fb36
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172101Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f67e76898b4e7a8fca1f3d9d873230c7473843f2eda5e1e7e89997d3929fb36', 'amz-sdk-invocation-id': b'c0a2a06c-244f-4e7e-89d2-ce766c74bfd1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:01 GMT', 'x-amzn-requestid': 'VtoWNKL9m7C5OndkED5wOj4PiNQ5fAYdnC21fZQGcCfZnUXw5Bnt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172101Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172101Z
20251126/us-east-1/s3/aws4_request
3ffdc3f885d46ffe1ca905f61a91cdc02e0210f56596c646e2a25c0fd3035b5a
DEBUG    botocore.auth:auth.py:430 Signature:
b5f371364660f821a0e7e828d20a002ffdf21d7a7029a759205f31a428e78a9f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172101Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5f371364660f821a0e7e828d20a002ffdf21d7a7029a759205f31a428e78a9f', 'amz-sdk-invocation-id': b'547deb28-5955-41bc-ae0d-e60c4237fd0b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:01 GMT', 'x-amzn-requestid': '5BWeG3c2dSGq3IbJ0ibBe0DwPf8hjMgtMRCd75SZ67agnCgGcxfO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172101Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172101Z
20251126/us-east-1/s3/aws4_request
deab766f717f1f5f0dce389962e4497a2b08bb1614de3984b964990ae49bc0ae
DEBUG    botocore.auth:auth.py:430 Signature:
d53460c1d5fc0fa211bde769f85e3b8920f7d9355b684259c6314a967ddf588a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172101Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d53460c1d5fc0fa211bde769f85e3b8920f7d9355b684259c6314a967ddf588a', 'amz-sdk-invocation-id': b'84c9fc5d-e1c1-4495-b588-6499933cfe1a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:01 GMT', 'x-amzn-requestid': 'DyfQgQx9qVKcfQBukodRcu7TLXk3w5MEVPvwOXSA3iNoLetQFQOR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 72fbf609-7f38-4085-81a4-05d871589339, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 72fbf609-7f38-4085-81a4-05d871589339, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 72fbf609-7f38-4085-81a4-05d871589339, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c607b70-16b5-4bba-8ae6-e5d780a722fd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c607b70-16b5-4bba-8ae6-e5d780a722fd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9c607b70-16b5-4bba-8ae6-e5d780a722fd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172102Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172102Z
20251126/us-east-1/s3/aws4_request
feed41ad03e18f61c101480090f92afba231ac69f777105d7906edacb22af71c
DEBUG    botocore.auth:auth.py:430 Signature:
6d6fae64b88df065b0a199780496d8633a9b1489c93b4d262229d539a65f6d25
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172102Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d6fae64b88df065b0a199780496d8633a9b1489c93b4d262229d539a65f6d25', 'amz-sdk-invocation-id': b'6c5418b7-b0c4-4b60-83ab-03d6e0f8b18e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:02 GMT', 'x-amzn-requestid': 'HyIBSC1pD9GNupnxpJS1cHyLhM8sf7XLYBgDX43WqsZf4RgKPtyF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172102Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172102Z
20251126/us-east-1/s3/aws4_request
5cd5dbe1ad8cb7ab8519be7e3d73e5d26b5d1c1dbc28a354f18e45082a1fc861
DEBUG    botocore.auth:auth.py:430 Signature:
5dcf94443b19cbceba51e371164c34d07abf37ff613e0dddf17757a39c09dfa4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172102Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5dcf94443b19cbceba51e371164c34d07abf37ff613e0dddf17757a39c09dfa4', 'amz-sdk-invocation-id': b'c0728e63-3b13-4abc-a335-906da86747b6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:02 GMT', 'x-amzn-requestid': 'szd1YlCgeYv6F9RaYn3fmwbuX24oAzm4PTeSAGwvO93aq29Rg3X8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172102Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172102Z
20251126/us-east-1/s3/aws4_request
66cca48768d79099fed0016dd884fb09335f022267b94cc9b469871e6bccfc4c
DEBUG    botocore.auth:auth.py:430 Signature:
f82f09da52e56ed773c6d47d765066f475fbdbe85cd368e17015a5666641eb94
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172102Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f82f09da52e56ed773c6d47d765066f475fbdbe85cd368e17015a5666641eb94', 'amz-sdk-invocation-id': b'220c2745-544d-48aa-8c10-856777098093', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:02 GMT', 'x-amzn-requestid': 'MGa1uptmJk2hQGzxDV2qu6gU8c2E2ZW6E6R93vFzFNPISx4ftZoo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0af7d8f2-0af5-43b7-a660-a4290a529823, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0af7d8f2-0af5-43b7-a660-a4290a529823, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0af7d8f2-0af5-43b7-a660-a4290a529823, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8d313f91-6749-4260-8ce3-300deb9623d8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8d313f91-6749-4260-8ce3-300deb9623d8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8d313f91-6749-4260-8ce3-300deb9623d8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172104Z
20251126/us-east-1/s3/aws4_request
73d97f8fabf6e0cfec70f062c575ee6c87ef42e832b99be62dffb1e378006f6c
DEBUG    botocore.auth:auth.py:430 Signature:
58e70a455a5d295ee1e4bddd19d78b0a2261714a5d332f0cef30a3b6af2b16f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=58e70a455a5d295ee1e4bddd19d78b0a2261714a5d332f0cef30a3b6af2b16f0', 'amz-sdk-invocation-id': b'e3c43711-31ca-4220-9253-a121055e2494', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:04 GMT', 'x-amzn-requestid': 'YiYfjlqiGOKXnQ9aReCmj6ZB5zBLvGQo33JanNkOsIFAMMAYwZCV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172104Z
20251126/us-east-1/s3/aws4_request
4509b07c1ae5d4739748f8ca5d0471fbecb4372ee3862ea30b7b3f54ab010ccb
DEBUG    botocore.auth:auth.py:430 Signature:
529fdf7462108a08e95e7e474f3f367cacf6593e3a751d90768e60cb15011f31
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=529fdf7462108a08e95e7e474f3f367cacf6593e3a751d90768e60cb15011f31', 'amz-sdk-invocation-id': b'68206536-39d7-4243-b484-7c4fa3e3905d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:04 GMT', 'x-amzn-requestid': 'xzZZkFv1kE2INaeiN0maPGzODF6Xyn3Ai8zhZ3R9Tbo3n18AG4ia', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172104Z
20251126/us-east-1/s3/aws4_request
1c7439e03d211d690e04566119e06b51988b3d3311fd7daa48c59922468f3e97
DEBUG    botocore.auth:auth.py:430 Signature:
18d2d1177c240d4532994a1d329ad2974b46d0496bca8e7140e480038d330e8c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=18d2d1177c240d4532994a1d329ad2974b46d0496bca8e7140e480038d330e8c', 'amz-sdk-invocation-id': b'b148eca7-a188-4527-9074-12bda01bff57', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:04 GMT', 'x-amzn-requestid': 'ujBv9JYMyH4pI2h4UhRJKqJ2YwtaoDdOPV45QCMnctTCyTqGM0p2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 93b2c141-b144-4cd3-b280-80b5878d7e62, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 93b2c141-b144-4cd3-b280-80b5878d7e62, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 93b2c141-b144-4cd3-b280-80b5878d7e62, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0a110c1d-ebee-47e2-ad90-267898d0589f, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0a110c1d-ebee-47e2-ad90-267898d0589f, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0a110c1d-ebee-47e2-ad90-267898d0589f, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172105Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172105Z
20251126/us-east-1/s3/aws4_request
231c98ef6d0d42ae22b177da0ffea5c46ce0e26ef8efa34a3cad3a0dc6393d65
DEBUG    botocore.auth:auth.py:430 Signature:
12baaf8ae7115045fcba38dc5bd9a9cee0d81a417eb878a24211a0233be5923b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172105Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=12baaf8ae7115045fcba38dc5bd9a9cee0d81a417eb878a24211a0233be5923b', 'amz-sdk-invocation-id': b'09791150-d71a-4733-a39d-6d6b277b6173', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:05 GMT', 'x-amzn-requestid': 'iTrq3yudSY9xRg1Q7HPQtY3pTFUyZMeqCL7NqAZhDkUPDSJkkbYe', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172105Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172105Z
20251126/us-east-1/s3/aws4_request
de62db5036176b90d6288e2d123e4d27e5eb9c36b7477601019ef2fc01b41c85
DEBUG    botocore.auth:auth.py:430 Signature:
2d8e99746d717ed15137344bd6427e8028aa001d2003adaf3d7c3bcf0eb3a2cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172105Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2d8e99746d717ed15137344bd6427e8028aa001d2003adaf3d7c3bcf0eb3a2cf', 'amz-sdk-invocation-id': b'c0f42c93-a61b-4697-9726-39cf0277fa38', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:05 GMT', 'x-amzn-requestid': 'ifgXCVHuggs6JqLxR2XUqkA6qKiYAKUyclXt5CXN3OmbalvjPEBy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172105Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172105Z
20251126/us-east-1/s3/aws4_request
e24a3d2173a6d1c848529bcc817cdf203a07fb7d9c288fde2ab2f3088fc3738b
DEBUG    botocore.auth:auth.py:430 Signature:
77f75d80dd37606b41b6e2d8818095c44f4b8ea48df02068df6474a9fa3beab6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172105Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77f75d80dd37606b41b6e2d8818095c44f4b8ea48df02068df6474a9fa3beab6', 'amz-sdk-invocation-id': b'0ff03533-e177-4883-a16d-d60095d54536', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:05 GMT', 'x-amzn-requestid': 'hdDlVPiCgv1LPITduA8CvgO4rlFG3VFxVEvMCbc5Jrt0cud7eJEi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2373cc49-56c4-4a01-bfb9-f70c88f434cd, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2373cc49-56c4-4a01-bfb9-f70c88f434cd, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2373cc49-56c4-4a01-bfb9-f70c88f434cd, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b4ef27b7-7040-4992-8c70-46c5568b0678, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b4ef27b7-7040-4992-8c70-46c5568b0678, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b4ef27b7-7040-4992-8c70-46c5568b0678, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172107Z
20251126/us-east-1/s3/aws4_request
6f4f92b2a9619256434437b177600768ec4d089879464e297be31bde208dbfec
DEBUG    botocore.auth:auth.py:430 Signature:
fdd3f24f0af8e8175d35432f90c3247e45e5110eb5f8921f41cac1018a8254fb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fdd3f24f0af8e8175d35432f90c3247e45e5110eb5f8921f41cac1018a8254fb', 'amz-sdk-invocation-id': b'04e1d9c9-456e-4084-8c04-b8d17618d399', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:07 GMT', 'x-amzn-requestid': 'QWiiW8TbPtOkultc8dKLiBM72mwbqwLtnmpRSO3rOkfkGetb2jAA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172107Z
20251126/us-east-1/s3/aws4_request
4242ee0b0da14e9d3e5324931b8426962534c80f9e0c44d0e46f4da7b5c56e56
DEBUG    botocore.auth:auth.py:430 Signature:
4741c799299b36714b5e44246e44997b9735789d16553a55ce81d606379b40d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4741c799299b36714b5e44246e44997b9735789d16553a55ce81d606379b40d0', 'amz-sdk-invocation-id': b'fea19be5-701a-4d54-94c0-e8d4675c0c32', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:07 GMT', 'x-amzn-requestid': 'egDoKvmr6TTaDMwwHoRw38RQvt7rEUCU5luOBKAYI0VlgkMZkYW9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172107Z
20251126/us-east-1/s3/aws4_request
696aa25fe7e27e75c3d0e502c302e28641f67d7b83798f0a152746a4c54fcd50
DEBUG    botocore.auth:auth.py:430 Signature:
39d7964252ac6776dcfc143c941fdb1020708429cde7a9eef985eaa9c8c51ab4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=39d7964252ac6776dcfc143c941fdb1020708429cde7a9eef985eaa9c8c51ab4', 'amz-sdk-invocation-id': b'949df9c6-5ee3-4358-9064-7d597e0968be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:07 GMT', 'x-amzn-requestid': 'pX9AkmLvRj1H4qqos2l0ynbm0dUViyLC4aGN8mkp5hwpkHDfMaF9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a638eab9-0b0a-4f7a-87ee-fe403cc92bf8, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a638eab9-0b0a-4f7a-87ee-fe403cc92bf8, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a638eab9-0b0a-4f7a-87ee-fe403cc92bf8, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 633275fb-69c4-465a-bf1e-629bc012e990, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 633275fb-69c4-465a-bf1e-629bc012e990, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 633275fb-69c4-465a-bf1e-629bc012e990, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172108Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172108Z
20251126/us-east-1/s3/aws4_request
b20d66845301de9a551ef18519eb7a1c5a962217cb0cc7443021597cd7d092fa
DEBUG    botocore.auth:auth.py:430 Signature:
0b2f42d2d04e0295d352895cd4683edf1b8f3eed2e3d29a16aa8f2e52d87f22d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172108Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b2f42d2d04e0295d352895cd4683edf1b8f3eed2e3d29a16aa8f2e52d87f22d', 'amz-sdk-invocation-id': b'4e6955ba-f771-4624-914e-fb3b69c4d02c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:08 GMT', 'x-amzn-requestid': 'dq7vBLxUujfuuP1fjqepLeAgUXgM4wFxwT4yd8V8dOWSEF97vrYv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172108Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172108Z
20251126/us-east-1/s3/aws4_request
1b49849568d1358cd094fc247a631c1015021b1ea69716d15688f07928c77b93
DEBUG    botocore.auth:auth.py:430 Signature:
2e7d2a75513d56724340462d5b8ea32e98ad162f6ea0d2865123a33f5878fcae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172108Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2e7d2a75513d56724340462d5b8ea32e98ad162f6ea0d2865123a33f5878fcae', 'amz-sdk-invocation-id': b'b1c29cc3-b14d-4de4-b196-49e749a227ca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:08 GMT', 'x-amzn-requestid': 'x1hrGN4Uwhu7gvAskGIuWcsubXO4qzBT1PFWpS3GVDxsB8612eK2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172108Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172108Z
20251126/us-east-1/s3/aws4_request
f94e8b7c4635420bda5d8ebb57009d56bf98947c54496a8ca9755fa5c42cc841
DEBUG    botocore.auth:auth.py:430 Signature:
50573be27ec19ec97bfa52becf5a6cc3fcf1cd7d9a4f844569488cd71ae6494e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172108Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=50573be27ec19ec97bfa52becf5a6cc3fcf1cd7d9a4f844569488cd71ae6494e', 'amz-sdk-invocation-id': b'72ef992f-dcd4-4af8-9b7a-1df85d2cb4e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:08 GMT', 'x-amzn-requestid': 'ZdWnUwqs4CUEWt8SswYsmjzyyI6xDqXzHX1cRcfmj9V0eVMBVl8q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cdeae306-91e8-42b2-9ef0-bdee8c4da3df, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cdeae306-91e8-42b2-9ef0-bdee8c4da3df, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cdeae306-91e8-42b2-9ef0-bdee8c4da3df, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 092e23ed-98a0-4678-90e6-75c9d7c6695a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 092e23ed-98a0-4678-90e6-75c9d7c6695a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 092e23ed-98a0-4678-90e6-75c9d7c6695a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 6fb93433-244f-4e81-970f-3a397a0a4aed, localhost:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 6fb93433-244f-4e81-970f-3a397a0a4aed, localhost:11655): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 6fb93433-244f-4e81-970f-3a397a0a4aed, localhost:11655): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-etizk2qaui.auto.internal" port: 11655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-etizk2qaui.auto.internal:11655, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11655
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172109Z
20251126/us-east-1/s3/aws4_request
740a3b8d5fefccdf4a5097281a5dd280e5c34198dc15d3afd20e0290d146e7f5
DEBUG    botocore.auth:auth.py:430 Signature:
bae814301309744fb4cecd75516469a548b9c7fe7453505af1fc7f993c507acd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bae814301309744fb4cecd75516469a548b9c7fe7453505af1fc7f993c507acd', 'amz-sdk-invocation-id': b'bf67795e-2f6d-48f8-a23f-645eca61c928', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:09 GMT', 'x-amzn-requestid': 'hR2jI8OZLpdEhiIjXHoRgC23YnrtjLyz6LQy4cQjsjTijIPrUL9m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172109Z
20251126/us-east-1/s3/aws4_request
732001f77e5e10ec0e59996cedaf6a0d93928d63bb25efe3c236b918f732b721
DEBUG    botocore.auth:auth.py:430 Signature:
bf8f17854b7f8619fbd9eaabeee03f0c5edf22fd898cd0ebfe782ce0cd1b5a9d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bf8f17854b7f8619fbd9eaabeee03f0c5edf22fd898cd0ebfe782ce0cd1b5a9d', 'amz-sdk-invocation-id': b'c68134e2-f74b-4560-b909-3c4de9ef6cc4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:09 GMT', 'x-amzn-requestid': 'Bh4VIw8brR17dN4tLsM8KlyTq9TkJJVTGkTtlFAQjdt5fr9i3saC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172109Z
20251126/us-east-1/s3/aws4_request
f10b515aabc95516b4be78ce63c7aec38386978f55561b61c70119392b683058
DEBUG    botocore.auth:auth.py:430 Signature:
7f590d68358227ecc1300cfb2fe169f7ec5a61be018db581f9443f4ec69bf8aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7f590d68358227ecc1300cfb2fe169f7ec5a61be018db581f9443f4ec69bf8aa', 'amz-sdk-invocation-id': b'dfddbe04-dc0b-410a-bb05-801851c15469', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:09 GMT', 'x-amzn-requestid': 'UwEuYrC7UPWNCwdOqavT7Z8drL4PexkKUAvBEROEMQHw47BwacBM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6ac421ed-573e-46f7-84de-311dc32d85c6, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6ac421ed-573e-46f7-84de-311dc32d85c6, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6ac421ed-573e-46f7-84de-311dc32d85c6, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6e31b2ed-c27e-49af-bb27-a462db51b81a, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6e31b2ed-c27e-49af-bb27-a462db51b81a, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6e31b2ed-c27e-49af-bb27-a462db51b81a, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172111Z
20251126/us-east-1/s3/aws4_request
87540c0b04121e33a71e7b6096c60f841434d00257c67faddf8cfee093b78c8d
DEBUG    botocore.auth:auth.py:430 Signature:
23192048257a0e67a347e591c29125357332593ac4e79a9482cb7df5399facee
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23192048257a0e67a347e591c29125357332593ac4e79a9482cb7df5399facee', 'amz-sdk-invocation-id': b'92e4a15f-8125-46f3-97c9-1066d50a5b22', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:11 GMT', 'x-amzn-requestid': 'ANgva3w3kMkutEGWpxm8YiFuyxj8opbLmSwBzT4aw2doc1VQBr1i', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172111Z
20251126/us-east-1/s3/aws4_request
390b323ffaaadb2c37c2d836dfcbc3e5e7216b832e06c9d68b51ec6c87097506
DEBUG    botocore.auth:auth.py:430 Signature:
015a004c3dbbc5f608475e2a7ea5a16842ccb631f5b37df63ac3aa802933bb04
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=015a004c3dbbc5f608475e2a7ea5a16842ccb631f5b37df63ac3aa802933bb04', 'amz-sdk-invocation-id': b'2d0f7ba8-5408-4522-9e55-7cc9bfc4fdae', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:11 GMT', 'x-amzn-requestid': 'Bl9DQ2YxGI5mhRRq10zToMP5vGkOGXYtP1NuLh7bQhHE5WeKcEnA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172111Z
20251126/us-east-1/s3/aws4_request
c5043f88e7db1dd34fe54c994aa5c577f5ba5fdd67602ade4ad66dfdec520785
DEBUG    botocore.auth:auth.py:430 Signature:
8f3eb4c6d35f90c18fa1f910b04a990ce39b8f0d8a22e0ecbf2cd2fac9530fac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f3eb4c6d35f90c18fa1f910b04a990ce39b8f0d8a22e0ecbf2cd2fac9530fac', 'amz-sdk-invocation-id': b'c30aebe5-1678-44a4-b5fe-b1d9ce5f21d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:11 GMT', 'x-amzn-requestid': 'AvY5eDfTHBJl6EoQ8h6Tpq7n6M2aQahMLbAVShXdA2BRvHNsCYdc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e09652b-2d00-494b-b4ee-bba49083a887, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e09652b-2d00-494b-b4ee-bba49083a887, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7e09652b-2d00-494b-b4ee-bba49083a887, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5b6e033d-62b0-40de-b8a6-0de9960702a9, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5b6e033d-62b0-40de-b8a6-0de9960702a9, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5b6e033d-62b0-40de-b8a6-0de9960702a9, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}, '__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}}, blobs: {'__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:24650/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172112Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172112Z
20251126/us-east-1/s3/aws4_request
f17d1491db3c402515598c727b7abd84f4d53340503276af9cb2da1e37439f62
DEBUG    botocore.auth:auth.py:430 Signature:
2d995afb8268f04b99601ac4bde8140ab9c25f51714f0c64eee9263ad87194f1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172112Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2d995afb8268f04b99601ac4bde8140ab9c25f51714f0c64eee9263ad87194f1', 'amz-sdk-invocation-id': b'a2e86a34-cd17-4546-81c2-a2c51be30add', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:12 GMT', 'x-amzn-requestid': 'soQvkytKvWhQZHpGTMcowLr4v1AS9KqyFa7ejU5Fksq0kYAUhb1Q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:24650/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172112Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172112Z
20251126/us-east-1/s3/aws4_request
4a62eee26918fd26caec60074a2d12113d7f00da47233a5f6d5051dadb27a872
DEBUG    botocore.auth:auth.py:430 Signature:
9dee7fe5bab567c663c0710bbe43adb880119918a3e6e9904462336f6003f5d1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172112Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9dee7fe5bab567c663c0710bbe43adb880119918a3e6e9904462336f6003f5d1', 'amz-sdk-invocation-id': b'31990eca-5012-4475-b1ee-0ed6dc221fc3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:12 GMT', 'x-amzn-requestid': 'YgrR3hIBY4LGlZ12Zjic5NP1VlZLVWDpLwfban5srZpanrlEnwnK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e000f37850>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e0006fe8b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006fcaf0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006fff70>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006fc850>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006bf1b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:24650', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:24650/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0006fd030>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006fc310>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006ffcd0>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:24650/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504002a60bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504002a60bb0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x5040029875b0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006fc690>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006bf0d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:24650
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251126T172112Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251126T172112Z
20251126/us-east-1/s3/aws4_request
ed6a3f3510c1f4a4b1da3b33149dc6182c9f9a89c06c73cb053dc9a6a8fc13e4
DEBUG    botocore.auth:auth.py:430 Signature:
30554272b7e14eeef8370594f3abcac04ceeefacf7bede661e667cc46bc835c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006ffe90>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:24650/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251126T172112Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251126/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=30554272b7e14eeef8370594f3abcac04ceeefacf7bede661e667cc46bc835c0', 'amz-sdk-invocation-id': b'850291c7-afa1-4d96-9bfc-9d4d1b9e6184', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:24650 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 26360
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Wed, 26 Nov 2025 17:21:12 GMT', 'x-amzn-requestid': '6RCjAF3uqL059464MW5RO8fcBzhensuNpvVEMwYiDVqoRqdJlj0A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '26360', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;3a53254568427b8dde6e1b37c6b2cccd&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A2256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;9336c301c432fa64fb2d6595bb23e30d&#34;</ETag><Size>2256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e8d81477dd75336242f2ceb268bec40e&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e6f424d8663de9a7d3fe09384d73748a&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;6eaec761ed3d7e136025ef94286cdd0d&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1496%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;857b969a8578d1a061753cd14e65fbe6&#34;</ETag><Size>1496</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;afa427cfc63a804a6ce4f427ee18b37f&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f30b64b8439db3d3a9f867db73c76d6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;efb7f4bc3ea1d151a823a12c66f8c830&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4ebba3b179e44c162bc621d699a7f8ec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1960%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4b1ab4a434db751d51b571b93606aba8&#34;</ETag><Size>1960</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;1a5d4d44eab21a501e70e088a9723593&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A2%3A255%3A1%3A2032%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;593e8b817b4f66a90eb19983749ea6a4&#34;</ETag><Size>2032</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;216089ffd4dd0d7a3aabc326074b667d&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037903%3A1%3A1%3A255%3A1%3A1848%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;c225b0f42e9de1ef1152d9b4e982dc46&#34;</ETag><Size>1848</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;f2aa825cccb8415dafa01bed94cf09e8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;e63a93596de436019a94b409f360c62b&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;68aed522f32913ff0f40f644cb2cbcc6&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ae2a49dda05ae0bc315a9f42f8b5c92b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;3f11d60541eeb5dbaf758a06af88e7ee&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;866608e7d141a1127245d20af1f0eb92&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1448%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;a647a22ca99af9429621838090e39009&#34;</ETag><Size>1448</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;db6c77bdd851175f6fbbf077525c66a8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e6445fb3f6ca230357bb7d6b1b442a7a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5db2fcd70271ffa9deb1d22be833cfbe&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1344%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;f6239bf610ea525e198b6f7b51998a6a&#34;</ETag><Size>1344</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1840%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;ed939f662e1fdd2ee487c643bb94db0b&#34;</ETag><Size>1840</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A2328%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4e91bffb761edace0e0cb5d4d8fa5112&#34;</ETag><Size>2328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1480%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;f60b06b387d5af73a2ee52656ecf50f9&#34;</ETag><Size>1480</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1488%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6d997dafc3e428163e3c4eb42084d079&#34;</ETag><Size>1488</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;1501035dd67e338e2ab7fc978b4a4da5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;d90b7a3bf974ca286dd9e578af3dbc95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;8184bd4558b0202bfb7cd7709038cd6c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A2008%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e58168c8c51db67ca66d6cb6d0f3963b&#34;</ETag><Size>2008</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037921%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;83943bb2fa6b1e88148b1931bb9533d1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;d606a4f16942168934b5ec89d2e5ce0c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bc389c5c8371949a6f98fab8ba926df4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1400%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0ed8903ec8bab2556488c299d5abe6a6&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;e336398637da86e6d057659459a60918&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;cee02e58fdc6ef0ddcfac2fba194a18a&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;cd95e1216e7615afa2b308dfcbe80627&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A2%3A255%3A1%3A2520%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;790d18c1a9b2bc5b1448369948e1a7e8&#34;</ETag><Size>2520</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;22b77dcf47e67f88a522bf5357c65bca&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;4f6803c9e460eb0f9f9293250ad9fc35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7c22983c7eb15ce442dffa3671fab8b5&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;7bded1a7db57231d67b8a234aee7332e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1856%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;e72f9e7bde8fca41aeac359dee957876&#34;</ETag><Size>1856</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;27da3e715555fbd3e8e29e41fe6fe15c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;a00f7cef9d21cba085db48d820fb7065&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;a890829123581d6920059e20594fc786&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1392%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;bc166d56d8100b94c5b7b9b20a2c1b35&#34;</ETag><Size>1392</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A2416%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;dd0b5cec5f16580799b6f16fb3dee6c6&#34;</ETag><Size>2416</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;c48922c90c41961d09b044abf9c79b14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;eb698488dfbae16f52c45228fbc21d4a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1208%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;4beb006227095f7552f35853194a2125&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1648%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;879412aafe2d66bdc653c69e9d8ba8c9&#34;</ETag><Size>1648</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;fd43431d058567bffbad515619b55f14&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;bef2d1071968481ea413475c0c0ef5fc&#34;</ETag><Size>1632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;8f20e81e1d7c690c9c78118156eca34a&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;cd356f8412e8de6f46ce3c74ecac64ee&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A2320%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;5b051aaa9ffa7171f333ff53c5880184&#34;</ETag><Size>2320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1640%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;6800d1ee4a1261d986593c12acc10140&#34;</ETag><Size>1640</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-26T17:16:06.000Z</LastModified><ETag>&#34;d0648063effaff0cee74bb1cc446196d&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;7ccbfaf65699a2809ecb1a6ca218ff9e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1544%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;801e71116547727704afb6d0fd0f8fc6&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1512%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;380f77fdfcb46defaad2fdd5b748b092&#34;</ETag><Size>1512</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1784%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;0d82b10c4245484f8a39ba6fd0b92776&#34;</ETag><Size>1784</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;3431481dc3833139a275ec6cdf34dd6f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A2072%3A0%5D</Key><LastModified>2025-11-26T17:17:07.000Z</LastModified><ETag>&#34;91acbfb891e04ea0944fd6f6c36c4087&#34;</ETag><Size>2072</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-26T17:16:07.000Z</LastModified><ETag>&#34;21aa3108761c6e7e6d134d595407bbb3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A2632%3A0%5D</Key><LastModified>2025-11-26T17:17:06.000Z</LastModified><ETag>&#34;297b699812b396cca17460c7d571a264&#34;</ETag><Size>2632</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000144430>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x5040001494f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006fe990>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e000f3e310>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7fb0ac0e-c65b-4c70-a3bf-aa097767ac30, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7fb0ac0e-c65b-4c70-a3bf-aa097767ac30, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7fb0ac0e-c65b-4c70-a3bf-aa097767ac30, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea3af2e6-d64e-4222-97f7-89260303645b, ghrun-etizk2qaui.auto.internal:11655): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea3af2e6-d64e-4222-97f7-89260303645b, ghrun-etizk2qaui.auto.internal:11655): request = { session_id: "ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ea3af2e6-d64e-4222-97f7-89260303645b, ghrun-etizk2qaui.auto.internal:11655): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=ZjNhZGMxOGMtMWE4OGM2ZmUtNTgyNjZhMGUtZDJkOTI0YmE=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99360, 'Portions': 124, 'ActivePortions': 124}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 640, 'Portions': 71, 'ActivePortions': 71}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 71, 'BlobSize': 102032, 'BlobCount': 355}, '__DEFAULT': {'Portions': 124, 'BlobSize': 4416000, 'BlobCount': 620}}, cold bucket stat: (0, 0), frozen bucket stat: (71, 102032)
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
369.00s call     ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
7.27s setup    ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
0.28s teardown ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change - Exception: not all data deleted
ERROR ttl_portion_size.py - ModuleNotFoundError: No module named 'ydb.tests.olap'
Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
ERROR ttl_portion_size.py - ModuleNotFoundError: No module named 'ydb.tests.olap'
Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
============ 1 failed, 2 deselected, 2 errors in 607.56s (0:10:07) =============

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: .../tests/olap/ttl_tiering/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/dxkc/0001d7', '--source-root', '/home/runner/.ya/build/build_root/dxkc/0001d7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/ttl_tiering', '--test-tool-bin', '/home/runner/.ya/tools/v4/8067063302/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--test-filter', 'data_migration_when_alter_ttl.py::TestDataMigrationWhenAlterTtl::test', '--test-filter', 'unstable_connection.py::TestUnstableConnection::test', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_ttl_delete', '--tb', 'short', '--dep-root', 'ydb/tests/olap/ttl_tiering', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1749, in main
    res.wait(check_exit_code=False, timeout=run_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: ((".../tests/olap/ttl_tiering/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/dxkc/0001d7', '--source-root', '/home/runner/.ya/build/build_root/dxkc/0001d7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/dxkc/0001d7/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/ttl_tiering', '--test-tool-bin', '/home/runner/.ya/tools/v4/8067063302/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--test-filter', 'data_migration_when_alter_ttl.py::TestDataMigrationWhenAlterTtl::test', '--test-filter', 'unstable_connection.py::TestUnstableConnection::test', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_ttl_delete', '--tb', 'short', '--dep-root', 'ydb/tests/olap/ttl_tiering', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
